home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / gfx / vtmain2.lha / VTMain2 / VideoTracker / VideoTracker_Doc < prev    next >
Text File  |  1995-09-01  |  106KB  |  3,027 lines

  1.  
  2. ============================================================================
  3.                VideoTracker v2.0
  4. ============================================================================
  5.  
  6.           Created by: Peter van Campen
  7.           Distributed by: Peter van Campen
  8.              Released as: Copyright 1995 by Peter van Campen
  9.              Released on: 18 juli 1994
  10.           Manual version: 1 September 1995
  11.  
  12.                 Contents:
  13.  
  14.         - What is VideoTracker ?
  15.         - VideoTracker & VideoTracker_AGA
  16.         - Functions
  17.         - How to make a simple video.
  18.         - VideoTracker Developer Kit
  19.         - Routines
  20.         - VideoTracker News 1 (27-10-93)
  21.         - VideoTracker News 2 (6-1-94)
  22.         - VideoTracker News 3 (25-2-94)
  23.         - VideoTracker News 4 (18-7-94)
  24.         - VideoTracker on Aminet
  25.         - History
  26.         - About
  27.  
  28. ============================================================================
  29.                What is VideoTracker ?
  30. ============================================================================
  31.  
  32. With VideoTracker you can make a videoclip around a module.
  33. You can use pictures, brushes, animations, animation-brushes, palettes,
  34. colorcycle, routines, texts, objects, vectorobjects, amigafonts, karafonts,
  35. landscapes, colorsets.
  36. When the video is finished, you can save the module and video data as a
  37. "Vidule".
  38. A vidule is a crunchable executable file which plays the module and the
  39. video.
  40. You can make a small intro or a big house-demo.
  41. You also can use VideoTracker with a GenLock and, for example, make
  42. professional movie-titles with colorfonts.
  43.  
  44. When the module plays a sample, VideoTracker shows an "effect" on screen.
  45. This effect can by a picture, brush, anim, routine, etcetra. or a
  46. combination of these.
  47. You can edit for each of the 128 song-positions the 31 samples and use
  48. up to 256 effects in a video.
  49. All the explained effects are used in the example-videos.
  50.  
  51.  
  52. ============================================================================
  53.              VideoTracker & VideoTracker_AGA:
  54. ============================================================================
  55.  
  56. There are 4 versions of VideoTracker:
  57.  
  58. VideoTracker_AGA:
  59. This version only works on AGA Amigas, it can handle all AGA extras like
  60. HAM8, 256 colors, super hires, 24-bit colors, dual playfield with 2
  61. 16-color pictures, etcetra.
  62.  
  63. VideoTracker:
  64. This version is for the OCS Amigas.
  65. A demo made with this version, will work on all Amigas.
  66.  
  67. The above versions are both in 2 other versions:
  68.  
  69. VideoTracker_Gui:
  70. VideoTracker_Guideline, the user-interface is multi-tasking and works
  71. on Kickstart 2.0 and higher.
  72.  
  73. VideoTracker_Int:
  74. VideoTracker_Interactive, the user-interface is interactive and works
  75. on Kickstart 1.3 and higher.
  76. This version is not 100% supported by the routines since VideoTracker v1.4,
  77. there are no registered users using Kickstart 1.3.
  78.  
  79. ============================================================================
  80.                   Functions:
  81. ============================================================================
  82.  
  83. [Quit]        Quits VideoTracker
  84.  
  85. Vidule size:    Shows the size of the vidule.
  86.         This includes the video-player and video-data.
  87.  
  88. Module:        Shows the name of the module in memory.
  89.  
  90. Songpos:    Shows the song-position that is currently played.
  91.         You can also use it to select the song-position you want
  92.         to edit.
  93.         Each of the 128 song-positions have its own settings for the
  94.         31 samples. (Animspeed, Effectspeed etcetra.)
  95.  
  96. Sample:        Selects the sample that you want to edit.
  97.  
  98. Priority:    Selects the priority over other samples that are played.
  99.         So the effect will not be removed by other samples with
  100.         effects.
  101.         The higher the value, the bigger the priority.
  102.         So, for example, when you have a basedrum that beats 4
  103.         times in a song-position, and a trumpet    that blows all
  104.         the time, you could let the effect(s) of the basedrum
  105.         have a bigger priority then the trumpet.
  106.         So every time you hear the basedrum, you could show
  107.         an animation of a drummer that hits a drum.
  108.         And when the trumpet plays, you could show a picture
  109.         of a trumpet.
  110.         The sample keeps the priority as long as it plays.
  111.         In the above example, the basedrum is a short sample,
  112.         the drummer-animation will be shown short, because
  113.         when the sample is over, the trumpet takes over again.
  114.         Keep this in mind when you use the effect-loop and
  115.         effect-speed, this will only work while the sample is
  116.         playing.
  117.         
  118.         Special values:
  119.         "0" The sample is off, effect will not be played.
  120.  
  121. First Effect:    Is the first effect that will be shown when the sample is
  122.                 played.
  123.         The effectlist can hold maximum 256 effects.
  124.         An effect can be:
  125.         picture, brush, anim, etcetra
  126.         You can load the same effect several times into
  127.         the effectlist without extra use of memory.
  128.         When the old effect on the screen has the same
  129.         screenheight, screenwidth, viewmode and depth of the
  130.         new effect, and when the depth is not bigger than 8 colors,
  131.         the new effect will be shown together with the old effect
  132.         using the hardware "dual playfield" mode.
  133.         In this way you can also play animations and/or routines
  134.         at the same time.
  135.             So you can use for example a scrolltext with a
  136.             background-picture etcetra.
  137.  
  138.         AGA:
  139.         Dual playfield will also work with 16 colors.
  140.  
  141.  
  142. Last Effect:    Is the last effect that will be shown when the sample is
  143.         played.
  144.  
  145. Effect speed:    Selects the speed of the effect-steps.
  146.         Special values:
  147.         The higher the value, the higher the delay.
  148.  
  149.         "0" Triggermode:
  150.         One effect is played, the following effect will be shown
  151.         when the sample is played again.
  152.  
  153.         "1" Fastmode:
  154.         All the effects are shown without any delay.
  155.         This can be usefull if you have a lot of objects or other
  156.         data-files that need to be played.
  157.  
  158. Effect Loop:     Selects if the effects will stop at the last effect or start
  159.         over again.
  160.  
  161. Anim Speed:     Selects the speed of the animframe-steps.
  162.  
  163. Anim Loop:    Selects if the anim will stop at the end or start over
  164.         again.
  165.  
  166. Routine mode:    Selects the way a routine is played.
  167.         Each routine has several ways to play:
  168.         Example:    Routine: Stars
  169.                 Values:     "0" Show the stars normal.
  170.                      "1" Rotate the stars left.
  171.                      "2" Rotate the stars right.
  172.  
  173. [Play]        Starts playing the video from the current
  174.         song-position.
  175.  
  176. [Delete]    Removes the effect that is shown in "First Effect:"
  177.         When the effect is not used in another place in the
  178.         effectlist, it will be removed from memory.
  179.  
  180. [PAL]        Selects the American viewmode (NTSC) or European
  181.         viewmode (PAL).
  182.         With the help of this, you can make a video that will work
  183.         all over the world.
  184.         American Amigas (60hz) have a slightly faster
  185.         view-refreshing then European Amigas (50hz).
  186.         So some routines who run nice on European Amigas may "shock"
  187.         on American Amigas, therefore there are special
  188.         NTSC-versions of routines who may have this problem.
  189.         
  190. Songpos:
  191.  
  192. [Copy]        Copies the current songposition to a copybuffer.
  193.         When you want to use the same songposition-effects
  194.         in another songposition, you can Copy them to the buffer,
  195.         select the other songposition and Paste the buffer to the
  196.         other songposition.
  197.  
  198. [Paste]        Copies the copybuffer to the current
  199.         songposition-settings.
  200.  
  201. Sample:
  202.  
  203. [Copy]        Copies the current sample-settings to a copybuffer.
  204.  
  205. [Paste]        Copies the copybuffer to the current sample-settings.
  206.  
  207. [Play Songpos]    Starts playing the current song-position.
  208.  
  209. [Clean Video]    This will move all the effects in the effectlist
  210.         after eachother so free bits in the effectlist
  211.         will be removed and one large free block will
  212.         appear at the end of the effectlist.
  213.         This can be usefull when you're working on a big
  214.         video.
  215.  
  216. [Vidule Loop]    When this is on, the vidule will restart when it's
  217.         finished.
  218.         When it's off, the vidule will exit.
  219.         In this way, you can play several vidules in a row
  220.         from a partition of your harddisk, using an execute
  221.         script-file.
  222.         When you don't crunch the vidules, there will only
  223.         be a delay of 1 second.
  224.         When you make your preference screen-colors black,
  225.         there will not be a cli-screen when the next vidule
  226.         is loading. Nice idea for a party...
  227.  
  228. [Genlock]    When this is on, genlock-synchronisation is on.
  229.         No genlock connected = lock up, when this is on !
  230.  
  231.  
  232.                 ===============
  233.                 Save functions:
  234.                 ===============
  235.  
  236. [Video]        Saves the video without module and effect data.
  237.         A video-file holds all the settings for the
  238.         anim-speed, effect-loop, etcetra, and the 
  239.         file-names of the pictures, anims, etcetra.
  240.         
  241. [Vidule]    Saves the video with module and effect data as an
  242.         executable and crunchable file.
  243.         Executable means that you can start it from the CLI
  244.         or from the WorkBench.
  245.  
  246. [Effect]    Saves the effect that is shown in the "First Effect:"
  247.         gadget as a "raw" file.
  248.         This is only usefull for programmers who want to make
  249.         their own VideoTracker-routines.
  250.         VideoTracker converts the Brushes, Fonts, Vectors, etc.
  251.         to fast usable data-files, these converted files are
  252.         called "Effect-files".
  253.         When programmers want to use, for example, a font in
  254.         their routine, they can "incbin" these effect-files.
  255.         They can also use it as a raw-converter for own products.
  256.         More information is given in the example sources of the
  257.         "VideoTracker Developer Kit" wich is Public Domain.
  258.         The Kit contains all the current routine sources. (DevPac3)
  259.         You can include your routine-source in the Kit-sourcefile
  260.         and you can test them.
  261.         
  262.  
  263.                 ===============
  264.                 Load functions:
  265.                 ===============
  266.  
  267. [Video]        Loads a video into memory and loads the module and
  268.         effects which are used in the video.
  269.  
  270. [Module]    Loads a module into memory.
  271.  
  272.         A module is a SoundTracker or OctaMed musicfile wich
  273.         contains the song and sample data.
  274.         There are many SoundTracker clones like ProTracker,
  275.         NoiseTracker etc. which are all Public Domain so you can
  276.         copy them for free.
  277.         You can use different song-speeds.
  278.         PowerPacked files can also be loaded.
  279.         (ProTracker is also on the "VideoTracker Utilities 1" disk)
  280.  
  281.  
  282.                 ================
  283.                 Command-Effects:
  284.                 ================
  285.  
  286. A command-effect will be directly shown on screen, a data-effect is
  287. used by the routines as a data-file.
  288.  
  289.  
  290. [Picture]    Loads an IFF-Picture into memory.
  291.         IFF is a picture-standard that is used by many drawing
  292.         programs like DeluxePaint, Cinemorph etc.
  293.         Also the colorcycle-information will be used in all
  294.         IFF files, with a maximum of 4. (Like in Deluxe Paint)
  295.         IMPORTANT: When colorcycle-information is found, it
  296.         will be turned on.
  297.         In DeluxePaint you can turn it on/off with the
  298.         "tab"-key, but VideoTracker always turns it on.
  299.         So if you don't want colorcycle, you have
  300.         to clear the "Ranges" in DeluxePaint.
  301.         
  302.         AGA:
  303.         The maximum colorcycle-information is 8.
  304.  
  305. [Brush]        Loads an IFF-Brush into memory.
  306.         The advantage of a brush is that it uses lesser memory then
  307.         a picture.
  308.         Pictures has standard sizes like 320*256, and you can size
  309.         a brush anyway you want.
  310.         I advice you to use x-sizes who are multiplies of 32, in
  311.         that way you won't have problems with routines that use
  312.         copper-effects. (example: 256, 288, 320, etcetra)
  313.  
  314.         AGA:
  315.         Due to the maximum "fetchmode", which gives more
  316.         processor-time, x-sizes who are multiplies of 64 are
  317.         recommended. (example: 192,320)
  318.         Overscan in lores is a bit ugly, look at the example-videos
  319.         how to solve this.
  320.  
  321. [Anim]        Loads an IFF-Anim5 animation into memory.
  322.         IFF Anim 5 is an animation-standard that is used by many
  323.         drawing programs like DeluxePaint, Cinemorph etc.
  324.         Also multiple-palette animations can be used.
  325.         An animation is realtime unpacked when it's played.
  326.         It uses 2 bufferscreens plus the animationdata from
  327.         memory.
  328.         The animationdata is put in fast-memory (when available),
  329.         so it is possible to make real big videos with lots of
  330.         animations.
  331.  
  332. [AnimBrush]    Loads an IFF-Anim5 animation-brush into memory.
  333.         Anim-brushes are used in DeluxePaint.
  334.         An animation-brush will be completely unpacked by
  335.         VideoTracker.
  336.         In this way it is possible to use very
  337.         fast animationspeed and to use less processor-time.
  338.         But it will use a lot of memory, so remember:
  339.         Animations has standard sizes like 320*256, but you can
  340.         size an animation-brush anyway you want, which can be a
  341.         way to save memory.
  342.         An AnimBrush will also restart at frame 1 when it's
  343.         called, an animation would be to slow due to unpacking.
  344.  
  345. [Palette]    Loads an IFF-Palette into memory.
  346.         You can use this to show a picture with other colors, fade
  347.         the colors of the picture etc.
  348.  
  349. [Routine]    Loads a routine that is written for VideoTracker.
  350.         This is the real power of VideoTracker, with these
  351.         routines you can make high-quality demos like
  352.         "Spaceballs" and "Jesus on E's".
  353.         Like you can see in the "Routines" section, you can use
  354.         filled vectors, plasmas, psychocircles, scrolls, 
  355.         etcetra, in many ways.
  356.         The 3-monthly updates of VideoTracker will
  357.         have the latest fashion-effects and ideas taken from
  358.         the latest megademos at that time.
  359.         The future Amiga's, like the A5000 and the follow-up of
  360.         the A1200, will have the possibility to expand them
  361.         to 16 megabytes of chip-memory, which means that you
  362.         can use up to 15,5 megs of routines or other effects.
  363.         On an A600, A1200, A3000 and A4000 you can use 2 meg which
  364.         is enough to make good videos, but with 16 meg you can
  365.         start to immitate MTV !
  366.         I personally can't wait and I'll have a lot of routines
  367.         ready at that time. :-)
  368.         "Routine mode:" selects the way a routine is played.
  369.  
  370.  
  371.                 =============
  372.                 Data-Effects:
  373.                 =============
  374.  
  375. [Text]        Loads a text-file which can be used by one of the routines.
  376.         (Like the "Scroll" routine.)
  377.  
  378. [Object]    Loads an IFF-Animation-brush or IFF-Brush from the "Object"
  379.         directory.
  380.         These brushes are reformed for usage as blitter-objects
  381.         in routines like "Object".
  382.  
  383. [BackGround]    Loads an IFF-Picture or IFF-Brush wich can be used by
  384.         routines like "Object" as a background-picture.
  385.  
  386. [Font]        Loads an Amiga-font or a Kara-font which can be used by
  387.         routines like "Scroll".
  388.         A KaraFont is a colorfont that can be used in
  389.         DeluxePaint, you can edit or create them with
  390.         Calligrapher.
  391.         There are also some public domain Font and KaraFont
  392.         collection-disks.
  393.  
  394. [Vector]    Loads a vector data-file which can be used in the
  395.         routines. (Like the "Vector" routine)
  396.         Supported formats:
  397.          
  398.         -Rot          This is a public domain 3D
  399.                 (three dimensional) object editor.
  400.                 It is on the "VideoTracker Public
  401.                 Domain" disk.
  402.  
  403.         -Imagine    A popular commercial raytracer.
  404.                 You don't need this program but there
  405.                 are a lot of detailed public domain
  406.                 3D objects, like Star-Wars spaceships,
  407.                 which are made with Imagine.
  408.                 Maximum object size: 50k.
  409.             
  410.         -VideoScape 3D    This format can handle polygons with
  411.                 many points. You can use "Pixel 3D"
  412.                 to convert a IFF-picture to vectors.
  413.                 Then you can reduce the number of points
  414.                 and polygons to speed up the vector
  415.                 drawing. When you save the object as
  416.                 a VideoScape-object, you have a complex
  417.                 but fast image. It is used in the "Blerk"
  418.                 video. (The zebra and dancing girl)
  419.                 This effect is also used in SpaceBalls
  420.                 "State of the Art" demo.
  421.             
  422.         -IFF-Brushes    The brush will be translated to X/Y/Z
  423.                 pointers, so no lines are used.
  424.  
  425. [Landscape]    Loads a landscape data-file which can be used in the
  426.         routines. (Like the "Landscape" routine)
  427.         Supported formats:
  428.          
  429.         I don't know exactly the names but there are 3
  430.         different formats: Raw-Z-value, Raw IFF height
  431.         difference & crunched IFF height difference.
  432.  
  433.         They are used by programs like "Vista Pro",
  434.         "Scenery Animator", "Terraform" & "Demmer".
  435.         
  436.         "Demmer" is ShareWare and is on the
  437.         "VideoTracker Public Domain 2" disk.
  438.         
  439. [Colorset]    Loads an IFF-Colorset or Palette into memory which can be
  440.         used in the routines. (Like the "CopperPalette" routine)
  441.         Colorsets are used in DeluxePaint, they can hold up to
  442.         256 colors which can be changed using "spread" etcetra.
  443.  
  444.  
  445. ============================================================================
  446.                        How to make a simple video.
  447. ============================================================================
  448.  
  449. I'll explain how you can make a simple video with flashing brushes so
  450. you can get started.
  451.  
  452. You start VideoTracker_Int.
  453. The first thing you must do is loading a music-module.
  454. You go to the right part of the control-screen, where all the load-gadgets
  455. are. (picture,brush,module etc.)
  456. You click the "Module" gadget and a file-requester appears.
  457. The "Modules"-directory is already selected and we pick the "Mod.Techno2"
  458. module by double-clicking it.
  459.  
  460. When the module is loaded, the control screen returns and you see the
  461. name of the module at the "Modulename:" gadget and the name of the first
  462. sample at the "Sample:" gadget.
  463. The modulename is "Techno2" and the first samplename is "Silent".
  464.  
  465. We now select the sample that is going to show the flashing brushes.
  466. You go to the left centre of the screen and click the gadget that
  467. shows the name of the sample with your RIGHT mousebutton, to select
  468. the sample "Beep" wich is number 8.
  469. You can't click the number of the sample.
  470. (The number of the sample is just information, and has no black
  471. background which means you can't change it.)
  472.  
  473. We're now going to load 2 brushes.
  474. Go to the "Load:" gadgets and click the "Brush" gadget.
  475. You now see a file-requester with the "Brush" directory already selected.
  476. Now double-click the "Techno_L8.bru" file.
  477. This is a brush that shows the word "TECHNO" in 8 color low-resolution.
  478. (I used the "_L8.bru" in the filename to remember the number of colors (8),
  479. resolution (L) and file-type (bru), but this is not needed in a file-name.)
  480.  
  481. When the control-screen returns, you see the filename at the left
  482. bottom of the screen in the "First effect:" and "Last effect:" gadgets.
  483. You loaded the brush into the effectlist at position 0.
  484.  
  485. Now go to the "First effect:" gadget and click on the brush-name with
  486. your RIGHT mousebutton to select effectposition "1".
  487. (You see also the "Last effect:" change to "1", because the last
  488. effect can't be smaller than the first effect.)
  489.  
  490. You now go again to "Load:" to load the second brush into
  491. effect-position "1".
  492. Click the "Brush" gadget and double-click the file "Skull_L8.bru".
  493. This brush shows a human skull in 8 color, low resolution.
  494. When the control-screen returns, you see the brushname in the
  495. "First effect:" gadget.
  496.  
  497. Now you click the "First effect:" gadget with your LEFT mousebutton
  498. to select effect "0".
  499.  
  500. You now see:
  501.  
  502. "First effect: 0     Techno_L8.bru     "
  503. " Last effect: 1     Skull_L8.bru      "
  504.  
  505. You now go to the left-centre of the control-screen and change the
  506. "Priority:" value from "0" to "1" by clicking it with your RIGHT
  507. mousebutton.
  508. With this, you turn the sample on.
  509.  
  510. You now go again to the left-centre of the control-screen and set the
  511. "Effect Loop:" to "On" by clicking it with your left mousebutton.
  512. With this, the effects will start over again when the last effect
  513. is reached.
  514.  
  515. Now you're ready, but remember that you've edited this sample only
  516. for song-position "0", so when the song reaches song-position "1"
  517. the effects will stop.
  518.  
  519. Now go the the up-centre of the screen and click the "Play" gadget
  520. with you LEFT mouse and the show begins.
  521.  
  522. This is ofcourse a very simple and pretty boring effect but it's a
  523. start.
  524. You're also not restricted to use 1 sample in a songposition, you can
  525. use all the samples like you can see in the example-video "House".
  526.  
  527.  
  528. At the left-top of the screen, you see the "Song position:" gadget
  529. change while the song is playing.
  530. You can click this gadget to select the song-position you want to hear
  531. with the left- and right mousebutton.
  532.  
  533.  
  534. When you select song-position "0", this song-position will repeat untill
  535. you click "Play" again.
  536.  
  537. Now, I suggest, take a look at the example-videos to see all the 
  538. routines working.
  539. The "House" video is an example of a demo you could make with
  540. VideoTracker.
  541.  
  542.  
  543. ============================================================================
  544.             VideoTracker Developer Kit:
  545. ============================================================================
  546.  
  547. "The VideoTracker Developer Kit v3.0 (17-7-94) PUBLIC DOMAIN"
  548.  
  549. Contains the source-files of all the routines.
  550. I released these sources with the hope that some great demo-coders
  551. out there want to convert some of their great effects to the
  552. VideoTracker routine-format.
  553. You don't have to release your sources and you'll make a lot of people
  554. happy when they can use your effects in their videos.
  555. I already converted some PD-sources and it wasn't much work.
  556. When you send the routine-file (no source needed !) + manual to me,
  557. I can add it in the VideoTracker Manual with the author/group name.
  558.  
  559. Use Devpac 3 to assemble the sources.
  560. Remember to make your routine-source completely position-independent !
  561. (PC-relative or with a base-address, look at the example-sources to see
  562. how it can be done.)
  563. The example-sources also check on NTSC when they use a complex copper-list.
  564. It's not necessary but it would be nice for the Americans to see some
  565. real demos once. :-)
  566. When you remove the "Rout" label in the source, your routine-source will
  567. be assembled as a VideoTracker routine-file.
  568. You then can remove the hunk-information with, for example, Hunk Wizard
  569. and test it with VideoTracker.
  570.  
  571.  
  572. ============================================================================
  573.                 Routines:
  574. ============================================================================
  575.  
  576. In this section all the routines are explained.
  577. In the "Plasma" manual is explained how the "routine-mode" is 
  578. calculated, but you don't have to know this because you can use
  579. the "Routinelist" to get the routine-mode you want.
  580. The "Plasma" is a very complicated routine to begin with.
  581. The "Star" routine has the easiest routine-modes, so I suggest that
  582. you start playing with that one.
  583. There are to many routines to understand at once, so when you make
  584. a video, select the routines you want and then start to read their
  585. manuals.
  586.  
  587. AGA:
  588. VideoTracker_AGA needs special routines, due to 24-bits colors etcetra.
  589.  
  590. Some routines need vector-objects, (anim)brushes, text-files etc.
  591. An example how to use these files:
  592.  
  593. Effect Speed:    01
  594. First Effect:    05    Cube.vec    (This is a vector file)
  595. Last Effect:    06    Vector_L8.rot    (This is a routine file)
  596.  
  597. The vector file is detected by VT and stored in a table,
  598. The effect speed is 1 so the routine will be played directly.
  599. The routine checks the table and finds the vector file.
  600. In the example-videos this is used, so you can see how it
  601. works.
  602.  
  603.  
  604. ============================================================================
  605.  
  606. Routinename:    Plasma
  607. Authors:    Programmed by Roger Heykoop, converted by Peter van Campen.
  608. Version:    Without smooth plane
  609. Description:    Shows 3 sinuswaves on a backgroundcopperlist:
  610.         blue, green and red. When they overlap eachother they
  611.         mix their colors. (example: blue+green=cyan,
  612.         blue+red=purple, etc.)
  613.         As extra, there is a horizontal raster-sinus.
  614.         For each wave you can select the height, width and
  615.         direction (left/right) it moves to.
  616.         The result is a great psychadelic effect.
  617.         You can put a picture or brush over it.
  618.         This routine has up to 65536 different modes, a big
  619.         number but you can play a long time with this.
  620.  
  621.         There are 2 ways to get the right routine-mode.
  622.         The fast but difficult way is to calculate it
  623.         from the bitusage and the easy but slow way is to
  624.         get it from the routine-mode list.
  625.  
  626.         I'll explain how you can calculate it:
  627.         (It might be interresting for programmers who
  628.         read this)
  629.  
  630.         RoutineMode 16-bits (65536) bitusage:
  631.  
  632.  
  633.          3  1
  634.          2  6     4     1
  635.          7  3     0     0  5     1
  636.          6  8     9     2  1     2     3  1
  637.          8  4     6     4  2     8     2  6      4     1
  638.                 
  639.     |15 14 13 12 11 10 09 08 07 06 05 04 03 02 01 00|<-Bitnumber
  640.     |  |              |              |              |
  641.     |R |     Blue     |    Green     |     Red      |
  642.     |a |              |              |              |
  643.     |s |  |     |     |  |     |     |  |     |     |
  644.     |t |D | H   | W   |D | H   | W   |D | H   | W   |
  645.     |e |i | e   | i   |i | e   | i   |i | e   | i   |
  646.     |r |r | i   | d   |r | i   | d   |r | i   | d   |
  647.     |  |e | g   | t   |e | g   | t   |e | g   | t   |
  648.     |s |c | t   | h   |c | t   | h   |c | t   | h   |
  649.     |i |t | h   |     |t | h   |     |t | h   |     |
  650.     |n |. |     |     |. |     |     |. |     |     |
  651.      2  1    4     4   1   4      4   1    4     4     <-Settingsnumber
  652.  
  653.     Let's say, you want the green-bar with maximum height (4).
  654.     (No Police-Squad jokes please !)
  655.     You can see that bit 7 and 8 select it.
  656.     There are 2 bits, so there are 2^2=4 possible heights.
  657.     Then these are the possible combinations:
  658.  
  659.     08 | 07        <Bitnumber
  660.     ---+----
  661.      0 | 0        Decimal value 0 = Minimum height
  662.      0 | 1        Decimal value 1 = 2 times sinus height
  663.      1 | 0        Decimal value 2 = 3 times sinus height
  664.      1 | 1        Decimal value 3    = 4 times sinus height (maximum)
  665.  
  666.     Now you take the value of bit 7 and multiply it with the decimal
  667.     value like this:
  668.     2^7 * 3    = 128 * 3 = 384
  669.     
  670.     Let's say, you also want the blue-bar with maximum height (4).
  671.     Bit 12 and 13 select it so:
  672.     2^12 * 3 = 4096 * 3 = 12288
  673.     
  674.     Now you add the results and you get the right routine-mode:
  675.     
  676.     384 + 12288 = 12672
  677.  
  678.     But you can also use the routinemode list:
  679.  
  680. Routine mode    Description
  681. ----------------------------------------------------------------------------
  682. 0        Standard values:
  683.         All sinusses moving right, maximum width, minimum height
  684.         no horizontal raster-sinus.
  685.  
  686. 1        Red: 0.5 times sinus width.
  687. 2        Red: 0.33 times sinus width.
  688. 3        Red: 0.25 times sinus width.
  689. 4-7        Same as above but with Red: 2 times sinus height.
  690. 8-11        Same as above but with Red: 3 times sinus height.
  691. 12-15        Same as above but with Red: 4 times sinus height.
  692. 16-31        Same as above but with Red: sinus moving left.
  693.  
  694. 32-63        Same as above but with Green: 0.5 times sinus width.
  695. 64-95        Same as above but with Green: 0.33 times sinus width.
  696. 96-127        Same as above but with Green: 0.25 times sinus width.
  697. 128-255        Same as above but with Green: 2 times sinus height.
  698. 256-383        Same as above but with Green: 3 times sinus height.
  699. 384-511        Same as above but with Green: 4 times sinus height.
  700. 512-1023    Same as above but with Green: sinus moving left.
  701.  
  702. 1024-2047    Same as above but with Blue: 0.5 times sinus width.
  703. 2048-3071    Same as above but with Blue: 0.33 times sinus width.
  704. 3072-4095    Same as above but with Blue: 0.25 times sinus width.
  705.  
  706. 4096-8191    Same as above but with Blue: 2 times sinus height.
  707. 8192-12287    Same as above but with Blue: 3 times sinus height.
  708. 12288-16383    Same as above but with Blue: 4 times sinus height.
  709. 16384-32767    Same as above but with Blue: sinus moving left.
  710.  
  711. 32768-65535    Same as above but with the horizontal raster-sinus on.
  712.  
  713. ============================================================================
  714.  
  715. Routinename:    Scroll
  716. Authors:    Programmed by Peter van Campen.
  717. Versions:    L2,L4,L8,L16,L32,L64,H2,H4,H8,H16
  718. Description:    This routine is a text-viewer and scroller with many
  719.         possibilities.
  720.         You can use up to 16 different Fonts and also ColorFonts.
  721.         And you need a text-file ofcourse.
  722.         You can show the text on screen directly, you can scroll
  723.         text horizontal to the right and to the left, you
  724.         can scroll rows up, like in a movie-title.
  725.         You can set the scrollspeed, you can delay, change the
  726.         font-color, change the font-type, etcetra.
  727.         All the rows are shown centered on screen, but you can
  728.         also set the X/Y position or use reverse-centring if
  729.         you like that.
  730.         All the possibilities are used in the demo-videos.
  731.         The routine doesn't use the routinemode but is controlled
  732.         by commands in the text-file.
  733.         The routine detects a command when it starts with the
  734.         character "_".    
  735.         "#" is a value which, for example, can be "15".
  736.  
  737.         Commands:
  738.         
  739.         _F#    Font: Changes the font.        
  740.             Example:
  741.             If you've loaded 3 fonts into memory, you can
  742.             choose them with the values 0,1,2.
  743.  
  744.         _C#    Color: Changes the font-color.        
  745.             Example:
  746.             With no-color fonts you can have 31 different
  747.             colors on a 32-color screen.
  748.             With a 4 color-font you then have 32/4=8 different
  749.             colorsets on that screen.
  750.             With a 16 color-font you then have 32/16=2 different
  751.             colorsets on that screen.
  752.             So, with the right palette, you can make great
  753.             color-scrolls.
  754.  
  755.         _S#    Speed: Changes the scroll-speed.
  756.  
  757.         _M#    Mode: Changes the view-mode.
  758.  
  759.             View modes:
  760.             
  761.             1    Left horizontal scroll.
  762.             2    Right horizontal scroll.
  763.             3    Up vertical scroll.
  764.             5    Directly on screen.
  765.             
  766.         _X#    X-position    (horizontal)
  767.             Sets the x-position of a character, for use in the
  768.             print and vertical scroll mode.
  769.  
  770.         _Y#    Y-position    (vertical)
  771.             Sets the y-position of a character, for use in the
  772.             print and vertical scroll mode.
  773.  
  774.         _R#    Reverse
  775.             Sets the right-border of a row which results in
  776.             right centering.
  777.  
  778.         _D#    Delay
  779.             Delays the routine.
  780.  
  781.         _E    Empty screen.
  782.             Clears the screen
  783.         
  784.         Look at the example-texts to see how you should use
  785.         these commands.
  786.  
  787.         To get the best speeds with dual playfield and with
  788.         the several resolutions and to prefent a "shocking" effect
  789.         on the scrolls,
  790.         each version of the routine has different maximum font-
  791.         heights, also for the viewmodes.
  792.  
  793.         When there is no special NTSC version of a routine, it
  794.         is not necessary or it is not possible because of the
  795.         faster screen refreshing of NTSC.
  796.  
  797.         Here they are:
  798.         
  799.                   |   Maximum font-heights    | Usable with
  800.         Version   |                           | dual playfield ?
  801.               |  Horizontal  |  Vertical  |   PAL   |  NTSC
  802.         ----------+--------------+------------+---------+---------
  803.              L2      |     160      |      80    |     Yes    |  No
  804.         NTSC L2      |     144      |      24    |  Yes    |  Yes
  805.              L4      |      80      |      88    |  Yes    |  Yes
  806.              L8      |      36      |      40    |  Yes    |  No
  807.              L16  |      56      |      56    |  No    |  No
  808.         NTSC L16  |      40      |      56    |  No    |  No
  809.              L32  |      36      |      32    |  No    |  No
  810.         NTSC L32  |      32      |      32    |  No    |  No
  811.              H2      |      80      |      56    |  Yes    |  Yes
  812.              H4      |      72      |      72    |  No    |  No
  813.         NTSC H4      |      48      |      72    |  No    |  No
  814.  
  815. ============================================================================
  816.  
  817. Routinename:    ScrollBig
  818. Authors:    Programmed by Peter van Campen.
  819. Versions:    L8
  820. Description:    This is the same routine as the "Scroll" routine,
  821.         but this one can handle the biggest fontsizes possible.
  822.         I made this, so you can use most of the public domain
  823.         KaraFonts.
  824.         The reason I made 2 scroll-routines:
  825.         The "Scroll" routine can scroll fast with dual playfield
  826.         and also scrolls fast on 16 and 32 colorscreens, but can't
  827.         handle big fonts.
  828.         The "ScrollBig" routine uses a lot more memory and
  829.         scrolls bad with dual playfield but is perfect to
  830.         use with, for example, 80 pixels high 8-color fonts.
  831.         
  832.                   |   Maximum font-heights    
  833.         Version   |                           
  834.               |  Horizontal  |  Vertical  
  835.         ----------+--------------+------------
  836.              L8      |      80      |      88    
  837.  
  838. ============================================================================
  839.  
  840. Routinename:    Object
  841. Authors:    Programmed by Peter van Campen.
  842. Versions:    L2,L4,L8,L16,L32,L64,H2,H4,H8,H16
  843. Description:    This routine can show up to 32 blitter-objects on screen.
  844.         An object is an animbrush or brush file that is reformed
  845.         for fast use with the blitter.
  846.         You can make, for example, a logo with seperate bouncing
  847.         letters on a 64-color picture.
  848.         The routine reads the anim-speed for animbrushes,
  849.         animloop is always on.
  850.         The routine also needs a background-picture.
  851.         If it hasn't got one, it will not clear to screen wich can
  852.         be a nice effect too like you can see in the demo-videos.
  853.         A background-picture is accepted when the size is the same
  854.         as the viewable screen (example: lo-res= 368*290) and when
  855.         the colornumber is the same.
  856.         The routine copies the palette of the background-picture
  857.         when it has the same number of colors, also when it's not
  858.         accepted because of its size.
  859.         In this way, you can turn of the clear and still change
  860.         the palette.
  861.         So the colors of the objects are not used !
  862.         (So you can use the same object with different background-
  863.         pictures.)
  864.         The objects must have the same number of colors too.
  865.  
  866.         An object can move in 32 different ways and there are
  867.         63 screen positions.
  868.         There are 8 different move-sizes en 4 different move-speeds.
  869.         
  870.         There are 9 horizontal and 7 vertical screenpositions
  871.         (9*7=63) and here is an example how to get the right one:
  872.         
  873.         The screen:
  874.                  9 X-positions
  875.                0 1 2 3 4 5 6 7 8       These are the values:
  876.               +-----------------+    +--------------------------+
  877.             0 |     |        |    |00 01 02 03 04 05 06 07 08|
  878.             1 |     |        |    |09 10 11 12 13 14 15 16 17|
  879.         7    2 |------#        |    |18 19 20 21 22 23 24 25 26|
  880.         Y-pos.    3 |            |    |27 28 29 30 31 32 33 34 35|
  881.             4 |            |    |36 37 38 39 40 41 42 43 44|
  882.             5 |            |    |45 46 47 48 49 50 51 52 53|
  883.             6 |            |    |54 55 56 57 58 59 60 61 62|
  884.               +-----------------+    +--------------------------+
  885.  
  886.         You want the "#" object on the above position, the way
  887.         to get the right routine-mode is to multiply the
  888.         y-position (2) with the total number of x-positions (9)
  889.         and add the x-position wich gives: (2*9)+3=21
  890.         Or, perhaps more easy, get the value from the right
  891.         value-table.
  892.  
  893.         These are the possible moves:
  894.         
  895.         0    No movement.
  896.         1    "O" Circle shaped, moving against clock-direction.
  897.         2    "8" Eight shaped.
  898.         3    "(X)" Eight-on-it's-side shaped.
  899.         4    Very-weird shaped.
  900.         5    "|" Goes up and down.
  901.         6    "-" Goes left and right.
  902.         7    "|" Goes up and bounces when it's down.
  903.         8    "|" Goes down and bounces when it's up.
  904.         9    "-" Goes left and bounces when it's right.
  905.         10    "-" Goes right and bounces when it's left.
  906.         11-16    No movement. (future expansion)
  907.         17    "O" Circle shaped, moving with clock-direction.
  908.         18-31    No movement. (future expansion)
  909.         
  910. Routine modes:
  911.  
  912.         RoutineMode 16-bits (65536) bitusage:
  913.  
  914.          1
  915.          6        2
  916.          3        0
  917.          8        4              6
  918.              4        8              4                 1
  919.                 
  920.     |15 14 13 12 11 10 09 08 07 06 05 04 03 02 01 00|<-Bitnumber
  921.     |     |        |              |                 |
  922.     |Move-| Move-  |   Movetype   |   Screen-       |
  923.     |speed|  size  |              |    position     |
  924.        4      8          32               64    
  925.                                                          
  926. Routine mode    Description
  927. ----------------------------------------------------------------------------
  928. 0        Movetype 0, Movesize 0, Movespeed 0.
  929.         Y-position 0, X-position 0.
  930. 1        X-position 1.
  931. 2        X-position 2.
  932. 3        X-position 3.
  933. 4        X-position 4.
  934. 5        X-position 5.
  935. 6        X-position 6.
  936. 7        X-position 7.
  937. 8        X-position 8.
  938.  
  939. 9-17        Same as above but with Y-position 1.
  940. 18-26        Same as above but with Y-position 2.
  941. 27-35        Same as above but with Y-position 3.
  942. 36-44        Same as above but with Y-position 4.
  943. 45-53        Same as above but with Y-position 5.
  944. 54-62        Same as above but with Y-position 6.
  945.  
  946. 64-127        Same as above but with Movetype 1.
  947. 128-191        Same as above but with Movetype 2.
  948. 192-255        Same as above but with Movetype 3.
  949. 256-319        Same as above but with Movetype 4.
  950. 320-383        Same as above but with Movetype 5.
  951. 384-447        Same as above but with Movetype 6.
  952. 448-511        Same as above but with Movetype 7.
  953.  
  954. 512-575        Same as above but with Movetype 8.
  955. 576-639        Same as above but with Movetype 9.
  956. 640-703        Same as above but with Movetype 10.
  957. 1088-127    Same as above but with Movetype 17.
  958.  
  959. 2048-4095    Same as above but with Movesize 1.
  960. 4096-6143    Same as above but with Movesize 2.
  961. 6144-8191    Same as above but with Movesize 3.
  962. 8192-10239    Same as above but with Movesize 4.
  963. 10240-12287    Same as above but with Movesize 5.
  964. 12288-14335    Same as above but with Movesize 6.
  965. 14336-16383    Same as above but with Movesize 7.
  966.  
  967. 16384-32767    Same as above but with Movespeed 1.
  968. 32768-49151    Same as above but with Movespeed 2.
  969. 49152-65535    Same as above but with Movespeed 3.
  970.  
  971. ============================================================================
  972.  
  973. Routinename:    ColorGrid
  974. Authors:    Programmed by Peter van Campen.
  975. Description:    Shows a 16*16 color-copperlist all over the screen.
  976.         You can put a picture or brush over it.
  977.         There are 3 16*16 colorgrids so for example you
  978.         can see all 3 when you use the color-numbers
  979.         0,1 and 9 in DeluxePaint.
  980.  
  981.         For each of the 3 grids, you can set one of the 2 modes
  982.         and one of the 8 possible color-presets.
  983.         
  984.         There are 2 different modes:
  985.         
  986.         "Shading"    shows 256 colors on screen and changes them
  987.                 into 16 shades.
  988.         "Map"         Shows 256 colors out of a big colormap.
  989.                 The map is moved around using a sinus-data.
  990.  
  991.         You can enable, disable or combine each of the grids,
  992.         so you can speed up the routine or show a picture without
  993.         the distortion of color 0, 1 or 9.        
  994.  
  995.         RoutineMode 16-bits (65536) bitusage:
  996.  
  997.                   4   2
  998.                   0   0       2  1
  999.                   9   4       5  2        1
  1000.                   6   8       6  8        6  8        1
  1001.                 
  1002.     |15 14 13 12 11 10 09 08 07 06 05 04 03 02 01 00|<-Bitnumber
  1003.     |  |        |           |           |           |
  1004.     |  |        |  Grid 3   |  Grid 2   |  Grid 1   |
  1005.     |  |        |           |           |           |
  1006.     |  |        |  |        |  |        |  |        |
  1007.     |  |  G S   | M|   C    | M|   C    | M|   C    |
  1008.     |  |  r e   | o|   o    | o|   o    | o|   o    |
  1009.     |  |  i l   | d|   l    | d|   l    | d|   l    |
  1010.     |  |  d e   | e|   o    | e|   o    | e|   o    |
  1011.     |  |  s c   |  |   r    |  |   r    |  |   r    |
  1012.     |  |    t   |  |        |  |        |  |        |
  1013.     |  |        |  |        |  |        |  |        |
  1014.            8     2     8     2     8     2     8 
  1015.  
  1016.  
  1017. Routine mode    Description
  1018. ----------------------------------------------------------------------------
  1019. 0        Colors:        Grid 1: 0    Grid 2: Off    Grid 3: Off
  1020.  
  1021.         Colorgrid 1     Mode: Shading
  1022.         X: Black>Red    Y: Black>Green    Shading Blue
  1023.         Colorgrid 2 & 3 same as above.
  1024.  
  1025. 1        X: Black>Green    Y: Black>Blue    Shading Red
  1026. 2        X: Black>Blue    Y: Black>Red    Shading Green
  1027. 3        X: Black>Red    Y: Black>Blue    Shading Green
  1028. 4        X: Black>Green    Y: Black>Red    Shading Blue
  1029. 5        X: Black>Blue    Y: Black>Green    Shading Red
  1030. 6        X: Blue>Purple    Y: Blue>Cyan
  1031. 7        X: Red>Yellow    Y: Red>Purple
  1032. 8        Mode: Map    Mixed Red>Green>Blue
  1033.  
  1034. 16-31        Same as above but:
  1035.         Colorgrid 2:    X: Black>Green    Y: Black>Blue    Shade Red
  1036. 32-47        Same as above but:
  1037.         Colorgrid 2:    X: Black>Blue    Y: Black>Red    Shade Green
  1038. 48-63        Same as above but:
  1039.         Colorgrid 2:    X: Black>Red    Y: Black>Blue    Shade Green
  1040. 64-79        Same as above but:
  1041.         Colorgrid 2:    X: Black>Green    Y: Black>Red    Shade Blue
  1042. 80-95        Same as above but:
  1043.         Colorgrid 2:    X: Black>Blue    Y: Black>Green    Shade Red
  1044.  
  1045. 96-111        Same as above but:
  1046.         Colorgrid 2:    X: Blue>Purple    Y: Blue>Cyan
  1047. 112-127        Same as above but:
  1048.         Colorgrid 2:    X: Red>Yellow    Y: Red>Purple
  1049. 128-143        Same as above but:
  1050.         Colorgrid 2:    Mode: Map    Mixed Red>Green>Blue
  1051.  
  1052. 256-511        Same as above but:
  1053.         Colorgrid 3:    X: Black>Green    Y: Black>Blue    Shade Red
  1054. 512-1023    Same as above but:
  1055.         Colorgrid 3:    X: Black>Blue    Y: Black>Red    Shade Green
  1056. 1024-1535    Same as above but:
  1057.         Colorgrid 3:    X: Black>Red    Y: Black>Blue    Shade Green
  1058. 1536-2047    Same as above but:
  1059.         Colorgrid 3:    X: Black>Green    Y: Black>Red    Shade Blue
  1060. 2048-2559    Same as above but:
  1061.         Colorgrid 3:    X: Black>Blue    Y: Black>Green    Shade Red
  1062. 2560-3071    Same as above but:
  1063.         Colorgrid 3:    X: Blue>Purple    Y: Blue>Cyan
  1064. 3072-3583    Same as above but:
  1065.         Colorgrid 3:    X: Red>Yellow    Y: Red>Purple
  1066. 3584-4095    Same as above but:
  1067.         Colorgrid 3:    Mode: Map    Mixed Red>Green>Blue
  1068.  
  1069. 4096-8191    Same as above but:
  1070.         Colors:        Grid 1: 1    Grid 2: Off    Grid 3: Off
  1071. 8192-12287    Same as above but:
  1072.  
  1073.         Colors:        Grid 1: 9    Grid 2: Off    Grid 3: Off
  1074. 12288-16383    Same as above but:
  1075.         Colors:        Grid 1: 0    Grid 2: 1    Grid 3: Off
  1076. 16384-20479    Same as above but:
  1077.         Colors:        Grid 1: 0    Grid 2: 9    Grid 3: Off
  1078. 20480-24575    Same as above but:
  1079.         Colors:        Grid 1: 1    Grid 2: 9    Grid 3: Off
  1080. 24576-28671    Same as above but:
  1081.         Colors:        Grid 1: 0    Grid 2: 1    Grid 3: 9
  1082. 28672-32767    Same as above but:
  1083.         Colors:        Grid 1: Off    Grid 2: Off    Grid 3: Off
  1084.  
  1085.  
  1086. ============================================================================
  1087.  
  1088. Routinename:    Stars
  1089. Authors:    Public Domain source, converted by Peter van Campen.
  1090. Versions:    L8
  1091. Description:    Shows a 3D moving starfield.
  1092.         Nothing more to explain.
  1093.  
  1094. Routine mode    Description
  1095. ----------------------------------------------------------------------------
  1096. 0        Normal
  1097. 1        Rotates stars left.
  1098. 2        Rotates stars right.
  1099.  
  1100.  
  1101. ============================================================================
  1102.  
  1103. Routinename:    Vector
  1104. Authors:    Programmed by Peter van Campen, with help from
  1105.         Roger Heykoop.
  1106. Versions:    L2,L4,L8,L16,L32,L64,H2,H4,H8,H16
  1107. Description:    Shows 3D pixel vector, line vector, glass-filled vector
  1108.         filled vector, ball vector, symmetric-filled
  1109.         vector objects and rotates them.
  1110.         The routine needs a vector-file wich can be a
  1111.         Imagine-object, a Rot-object or a IFF-brush.
  1112.         The colors of the vector-files are also used.
  1113.  
  1114.         These are the possible view-modes:
  1115.         
  1116.         0    Pixel        Shows only the vector-coordinates as
  1117.                     pixels, very fast speed.
  1118.         1    Line        Shows the vector-lines, fast speed.
  1119.         2    Glass-filled    Shows the object with filled faces.
  1120.                     You can see the faces through
  1121.                     eachother like a glass.
  1122.                     Medium speed.
  1123.         3    Filled        Shows the object with solid filled
  1124.                     faces. Slow speed.
  1125.         4    Balls        Shows only the vector-coordinates as
  1126.                     "Objects" (brushes or animbrushes).
  1127.                     Medium speed.
  1128.                     The color of a vector selects the
  1129.                     object-number, so you can use, for
  1130.                     example, 16 different blit-objects
  1131.                     in one vector-object.
  1132.                     When you use a animbrush with, for
  1133.                     example, 10 frames. The first frame
  1134.                     will be shown when the vector is
  1135.                     distant, and the last frame will be
  1136.                     shown when the vector is forward.
  1137.                     So for a cool 3D effect, size
  1138.                     the frames from small to big.
  1139.                     The colors of the objects will be
  1140.                     copied and the number of colors must
  1141.                     be the same as the screen-colors.
  1142.  
  1143.         Tricky modes:
  1144.         (To speed up drawing)
  1145.  
  1146.         5    Symmetric-    Shows the object with solid filled
  1147.             filled        faces but draws only the most
  1148.                     forward faces.
  1149.                     Is only usefull on symmetric
  1150.                     objects like, for example, cubes or
  1151.                     soccerballs. Medium speed.
  1152.  
  1153.         You can choose for each of the X/Y/Z coordinates if they
  1154.         must rotate and if the object is moving forward or back.
  1155.         You can also set the speed of rotating and for special
  1156.         effects you can turn the double-buffering on/off so you can,
  1157.         for example, see how a big imagine-object is drawn as a
  1158.         solid filled-vector.
  1159.         You can also turn the clearscreen on/off so you can make
  1160.         a track of objects and you can clear the rotate-positions.
  1161.  
  1162.         RoutineMode 16-bits (65536) bitusage:
  1163.  
  1164.             8  4  2
  1165.             1  0  0           1
  1166.             9  9  4           2  6
  1167.             2  6  8           8  4        8  4  2  1
  1168.     |15 14 13 12 11 10 09 08 07 06 05 04 03 02 01 00|<-Bitnumber
  1169.     |     |  |  |  |           |  |        |  |  |  |
  1170.     |     |R |S |D |           |F |        | X| Y| Z|
  1171.     |     |o |c |o |           |o |        |  |  |  |
  1172.     |     |t |r |u |           |rB|        | R| R| R|
  1173.     |     |a |e |b | Rotation  |wa| Vector | o| o| o|
  1174.     |     |t |e |l |  speed    |ac|  mode  | t| t| t|
  1175.     |     |e |n |e |           |rk|        | a| a| a|
  1176.     |     |  |  |  |           |dw|        | t| t| t|
  1177.     |     |c |c |b |           | a|        | e| e| e|
  1178.     |     |l |l |u |           |or|        |  |  |  |
  1179.     |     |r |r |f |           |rd|        |  |  |  |
  1180.     |     |  |. |. |           |  |        |  |  |  |
  1181.               2  2      16      2     8     2  2  2                        
  1182.  
  1183. Routine mode    Description
  1184. ----------------------------------------------------------------------------
  1185. 0        Moves forward.    Double-buffer on, Screenclear on,
  1186.         No rotation. Mode: Pixel-vector, Rotatespeed 0.
  1187. 1        Rotates Z.
  1188. 2        Rotates Y.
  1189. 3        Rotates YZ.
  1190. 4        Rotates X.
  1191. 5        Rotates XZ.
  1192. 6        Rotates XY.
  1193. 7        Rotates XYZ.
  1194.  
  1195. 8-15        Same as above but with Mode: Line
  1196. 16-23        Same as above but with Mode: Glass
  1197. 24-31        Same as above but with Mode: Solid
  1198. 32-39        Same as above but with Mode: Ball
  1199. 40-47        Same as above but with Mode: Symmetric
  1200.  
  1201. 64-127        Same as above but moves backwards.
  1202.  
  1203. 128-255        Same as above but with rotatespeed 1.
  1204. 256-383        Same as above but with rotatespeed 2.
  1205. 384-511        Same as above but with rotatespeed 3.
  1206. 512-639        Same as above but with rotatespeed 4.
  1207. 640-767        Same as above but with rotatespeed 5.
  1208. 768-895        Same as above but with rotatespeed 6.
  1209. 896-1023    Same as above but with rotatespeed 7.
  1210.  
  1211. 1024-1151    Same as above but with rotatespeed 8.
  1212. 1152-1279    Same as above but with rotatespeed 9.
  1213. 1280-1407    Same as above but with rotatespeed 10.
  1214. 1408-1535    Same as above but with rotatespeed 11.
  1215. 1536-1663    Same as above but with rotatespeed 12.
  1216. 1664-1791    Same as above but with rotatespeed 13.
  1217. 1792-1919    Same as above but with rotatespeed 14.
  1218. 1920-2047    Same as above but with rotatespeed 15.
  1219.  
  1220. 2048-4095    Same as above but with double-buffer off.
  1221.  
  1222. 4096-8191    Same as above but with screen-clear off.
  1223.  
  1224. 8192-16383    Same as above but with the rotate-positions cleared.
  1225.  
  1226. ============================================================================
  1227.  
  1228. Routinename:    VectorShade
  1229. Authors:    Programmed by Peter van Campen, with help from
  1230.         Roger Heykoop.
  1231. Versions:    L2,H2
  1232. Description:    This is the same routine as the "Vector" routine
  1233.         and it uses the same routine-modes but this
  1234.         routine draws the object in 2 colors and shows
  1235.         the 4 last drawed frames behind the object which
  1236.         gives a very nice effect. (Used in the "House" video)
  1237.         It uses a copperlist to do this trick so you
  1238.         can't use dual playfield on this routine.
  1239.  
  1240. ============================================================================
  1241.  
  1242. Routinename:    Wave
  1243. Authors:    Programmed by Peter van Campen.
  1244. Versions:    -
  1245. Description:    Puts a horizontal wave of 16 pixels into any picture or
  1246.         brush.
  1247.         The picture or brush width must be a multiply of 16.
  1248.         (example:240,368,144 etc.)
  1249.         
  1250. Routine mode    Description
  1251. ----------------------------------------------------------------------------
  1252. 0        Saw shaped.
  1253. 1        Saw shaped growing.
  1254. 2        Sinus shaped.
  1255. 3        Sinus shaped 4 sizes.
  1256. 4        ")" shaped.
  1257. 5        ")" shaped 3 sizes.
  1258. 6        "(" shaped.
  1259. 7        "(" shaped 3 sizes.
  1260. 8        Sinus shaped "dual playfield" mixed.
  1261. 9        Sinus shaped normal mixed.
  1262.  
  1263. 16-31        Same as above but scrolling up.
  1264. 32-47        Same as above but scrolling down.
  1265.  
  1266. 64-127        Same as above but with 2 times vertical size.
  1267. 128-255        Same as above but with 3 times vertical size.
  1268. 256-511        Same as above but with 4 times vertical size.
  1269.  
  1270. 512-1023    Same as above but with 5 times vertical size.
  1271.  
  1272. ============================================================================
  1273.  
  1274. Routinename:    PictureMove
  1275. Authors:    Programmed by Peter van Campen.
  1276. Versions:    -
  1277. Description:    Moves pictures that are bigger then the viewable
  1278.         screen in several ways.
  1279.         There are 2 seperate moves: the even planes and
  1280.         the odd planes.
  1281.         So when you use dual playfield, you can give
  1282.         each picture it's own move:
  1283.         In dual playfield, the front picture uses the
  1284.         even planes, the back picture uses the odd planes.
  1285.         In normal mode, the picture uses the even AND
  1286.         odd planes.
  1287.         When you don't use dual playfield, you must
  1288.         set both moves the same if you want to see the
  1289.         picture like it is.
  1290.         If you don't, you get a weird effect that can be
  1291.         nice too, like you can see in the demo-video of
  1292.         this routine and in the "House" video.
  1293.  
  1294.         These are the moving-shapes:
  1295.  
  1296.         Value    |    Description
  1297.         --------+-----------------------------
  1298.          0    |    No move.
  1299.          1    |    "-"    Horizontal.
  1300.          2    |    "|"    Vertical.
  1301.          3    |    "O"    Circle-shaped.
  1302.          4    |    "(X)"    Eigth-on-its-side.
  1303.          5    |    "8"    Eight.
  1304.          6    |    Weird shape
  1305.          7-15    |    Not used.
  1306.              |    
  1307.  
  1308.         RoutineMode 16-bits (65536) bitusage:
  1309.  
  1310.                                            1
  1311.                                            6           1
  1312.                 
  1313.      |15 14 13 12 11 10 09 08 07 06 05 04 03 02 01 00|<-Bitnumber
  1314.      |                       |           |           |
  1315.      |                       |  Odd      |  Even     |
  1316.      |       (not used)      |   planes  |   planes  |
  1317.      |                       |     shape |    shape  |
  1318.      |                       |           |           |
  1319.                                  16          16    
  1320.  
  1321. Routine modes:
  1322.  
  1323. Routine mode    Description
  1324. ----------------------------------------------------------------------------
  1325. 0        No moves.
  1326. 1        Even planes move "-"    Horizontal.
  1327. 2        Even planes move "|"    Vertical.
  1328. 3        Even planes move "O"    Circle-shaped.
  1329. 4        Even planes move "(X)"    Eigth-on-its-side.
  1330. 5        Even planes move "8"    Eight.
  1331. 6        Even planes move Weird shape.
  1332. 16-31        Same as above but the odd planes move "-"   Horizontal.
  1333. 32-47        Same as above but the odd planes move "|"   Vertical.
  1334. 48-63        Same as above but the odd planes move "O"   Circle-shaped.
  1335. 64-79        Same as above but the odd planes move "(X)" 8-on-its-side.
  1336. 80-95        Same as above but the odd planes move "8"   Eight.
  1337. 96-111        Same as above but the odd planes move Weird shape.
  1338.  
  1339. ============================================================================
  1340.  
  1341. Routinename:    Landscape
  1342. Authors:    PD source, improved and converted by Peter van Campen.
  1343. Versions:    L2,L8
  1344. Description:    Takes a landscape and can show and move through it in
  1345.         several ways.
  1346.  
  1347.         RoutineMode 16-bits (65536) bitusage:
  1348.  
  1349.                                       6     1
  1350.                                       4     6           1
  1351.                 
  1352.      |15 14 13 12 11 10 09 08 07 06 05 04 03 02 01 00|<-Bitnumber
  1353.      |                          |  |     |           |
  1354.      |    (not used)            |M |  S  |(not used) |
  1355.      |                          |o |  i  |           |
  1356.      |                          |d |  z  |           |
  1357.      |                          |e |  e  |           |
  1358.      |                          |  |     |           |
  1359.                                      2    4
  1360.  
  1361. Routine mode    Description
  1362. ----------------------------------------------------------------------------
  1363. 0-15        Size small, shown as points.
  1364. 16-31        Same as above but size medium.
  1365. 32-47        Same as above but size large.
  1366. 48-63        Same as above but size very large.
  1367. 64-127        Same as above but shown as lines.
  1368.  
  1369. ============================================================================
  1370.  
  1371. Routinename:    CopperPalette
  1372. Authors:    Peter van Campen
  1373. Versions:    16
  1374. Description:    Uses "ColorSets" to change the palette of each horizontal
  1375.         line of a 16-color picture,brush or animation.
  1376.         It's used in the "Gabberuh!" video on the "SoulHead_L16.bru"
  1377.         and the "Skeleton_L16.bru".
  1378.         It uses the blitter to change the copperlist to get
  1379.         the necessary speed.
  1380.  
  1381.  
  1382. Routine mode    Description
  1383. ----------------------------------------------------------------------------
  1384. 0        Scroll the colorsets upwards.
  1385. 2        Scroll the colorsets from the screen-centre, upwards and
  1386.         downwards.
  1387.  
  1388. ============================================================================
  1389.  
  1390. Routinename:    CopperPicture
  1391. Authors:    Peter van Campen
  1392. Versions:    -
  1393. Description:    This routine takes a brush or animbrush and shows it with
  1394.         8*8 pixels on screen.
  1395.         It only uses the copperlist so you can use a picture in
  1396.         front of it.
  1397.         The width must be 48, and the height must be 36 !
  1398.         Currently, the routine only handles 32/16/2-color or HAM
  1399.         images.
  1400.         You can change the palette of the shown image with
  1401.         colorsets, also when it's playing an animbrush.
  1402.         Look at the videos how to use it.
  1403.         You can add an empty picture over it with the routinemode
  1404.         to prevent dual playfield.
  1405.  
  1406.  
  1407. Routine mode    Description
  1408. ----------------------------------------------------------------------------
  1409. 0        Don't use an empty picture on screen.
  1410. 1        Use an empty picture on screen, this prevents dual
  1411.         playfield effects.
  1412.  
  1413. ============================================================================
  1414.  
  1415. Routinename:    PaletteFade
  1416. Authors:    Peter van Campen
  1417. Description:    This routine needs 2 colorsets, it will fade from the
  1418.         first colorset to the second colorset.
  1419.         With the routinemode you set the speed of the fading.
  1420.         On AGA this effect is real smooth because of the 24-bit
  1421.         colors.
  1422.         The 2 colorsets and the current picture on the screen
  1423.         must have the same amount of colors !
  1424.         It is heavily used in the "Bonzai" video.
  1425.  
  1426. ============================================================================
  1427.  
  1428. Routinename:    Equalizer
  1429. Authors:    Peter van Campen
  1430. Versions:    L2
  1431. Description:    This routine shows the wavefroms of the currently played
  1432.         samples on the screen.
  1433.  
  1434. Routine mode    Description
  1435. ----------------------------------------------------------------------------
  1436. 0        Shows the 4 channels in 4 wave-boxes.
  1437. 1        Shows the 4 channels in 1 big wave-box.
  1438.  
  1439. ============================================================================
  1440.  
  1441. Routinename:    Tunnel
  1442. Authors:    Peter van Campen
  1443. Versions:    L2
  1444. Description:    This routine needs a Background-picture with height 256
  1445.         and width 320 and 2 colors.
  1446.         It changes this picture into a 3D tunnel that's moving.
  1447.         It is used in the "Bonzai" video, you can make your own
  1448.         tunnel in this way.
  1449.         It also uses a copperlist to get an extra depth-effect.
  1450.         
  1451. ============================================================================
  1452.  
  1453. Routinename:    CopperColor
  1454. Authors:    Peter van Campen
  1455. Description:    This is a simple but nice effect, it needs a Colorset of
  1456.         256 colors and shows the colors form top to bottom using the
  1457.         copper.
  1458.         You can put a picture on top of it.
  1459.         It can handle 24-bit colors in the AGA version.
  1460.         It is used in the Women video.
  1461.         
  1462. Routine mode    Description
  1463. ----------------------------------------------------------------------------
  1464. 0        Shows the colors on screen with no movement.
  1465. 1        Scrolls the colors up.
  1466. 2        Scrolls the colors down.
  1467. 3        Scrolls the colors up fast.
  1468. 4        Scrolls the colors down fast.
  1469.  
  1470. ============================================================================
  1471.  
  1472. Routinename:    CopperMagnify
  1473. Authors:    Peter van Campen
  1474. Versions:    4,8,3AGA 4AGA
  1475. Description:    Takes a HAM-brush, and rotates and magnifies it in a
  1476.         copperlist.
  1477.         The routine doesn't use the blitter, but is still very
  1478.         fast.
  1479.         I didn't use the blitter to get very high speeds on
  1480.         680++ Amigas.
  1481.         The maximum height of the brush is 256, the maximum
  1482.         width is 256.
  1483.  
  1484.         Version 8 shows the picture in pixels of size 8*8, it
  1485.         uses the complete view-screen.
  1486.         This version doesn't need a picture, so you could use
  1487.         it with a picture in front of it. (dual playfield)
  1488.         You can add an empty picture over it with the routinemode
  1489.         to prevent dual playfield.
  1490.  
  1491.         Version 4 shows the picture in pixels of size 4*4, it
  1492.         uses part of the view-screen.
  1493.         This version uses a picture 192*192*32 to get the small
  1494.         4*4 pixels, it doesn't use the routinemode.
  1495.  
  1496.         Version 4AGA shows the picture in pixels of size 4*4, it
  1497.         uses the complete view-screen.
  1498.         This version uses a picture 384*288*256 to get the small
  1499.         4*4 pixels, it has a special 3D tunnel mode which is used
  1500.         int the "Bonzai" video.
  1501.  
  1502.         Version 3AGA shows the picture in pixels of size 3*3, it
  1503.         uses the complete view-screen.
  1504.                 It uses a new trick to get the full screen 3*3 pixels. 
  1505.         This version uses a pictureline 384*1*128 to get the small
  1506.         3*3 pixels, it has a special 3D tunnel mode.
  1507.  
  1508.  
  1509. Routine mode    Description
  1510. ----------------------------------------------------------------------------
  1511. 0        Don't use an empty picture on screen.
  1512. 1        Use an empty picture on screen, this prevents dual
  1513.         playfield effects. (Only used by version 8)
  1514. 16-31        Shows the brush in a 3D tunnel and moves in several ways,
  1515.                 (depends on the routinemode), only in the 3AGA and 4AGA
  1516.                 version !
  1517.  
  1518. ============================================================================
  1519.  
  1520. Routinename:    PictureFade
  1521. Authors:    Peter van Campen
  1522. Description:    This is an AGA only routine, it is not possible on OCS/ECS
  1523.         Amigas.
  1524.         This routine can fade 2 16-color pictures through eachother.
  1525.         You have to use this routine with 2 black 16-color dual
  1526.         playfield pictures on screen, and their palettes as
  1527.         colorsets.
  1528.         Look at the example-videos or the Women-video to see how
  1529.         it's exactly done.
  1530.         The routinemode is the speed of the fading.
  1531.  
  1532. ============================================================================
  1533.  
  1534. Routinename:    PictureWipe
  1535. Authors:    Peter van Campen
  1536. Description:    This routine can show a picture on screen with a nice
  1537.         effect like flipping a page or zooming out.
  1538.         At this moment the routine is not finished yet, but I
  1539.         made an example video to show you what's the idea.
  1540.  
  1541. ============================================================================
  1542.  
  1543.             (Future expansion)
  1544. Routinename:
  1545. Authors:
  1546. Versions:
  1547. Description:
  1548. Routine modes:
  1549.  
  1550.         RoutineMode 16-bits (65536) bitusage:
  1551.  
  1552.                                                         1
  1553.                 
  1554.      |15 14 13 12 11 10 09 08 07 06 05 04 03 02 01 00|<-Bitnumber
  1555.      |                       |           |           |
  1556.  
  1557. Routine mode    Description
  1558. ----------------------------------------------------------------------------
  1559.  
  1560. ============================================================================
  1561.               VideoTracker News 1:
  1562. ============================================================================
  1563.  
  1564. ***********************************************************************
  1565. VideoTracker News 1, 27-10-93.
  1566. ***********************************************************************
  1567.  
  1568. (I'm dutch so there may be some spelling-errors)
  1569.  
  1570. - On 13-11-93 I will have an A1200 and then I will start programming
  1571.   VideoTracker AGA with special routine-files for AGA and 68020.
  1572.  
  1573. - 2 new videos are finished and will be released on 15-11-93.
  1574.   "Rave The Amiga" and "I Will Trance U".
  1575.  
  1576. - 2 new routines will be released on 15-11-93:
  1577.   - 8-bit (copper backgroundcolors) HAM-picture rotate and magnify WITHOUT
  1578.     the blitter ! On 68000 it's as fast as other magnifiers but when I
  1579.     saw it on 68030 it was really fast. :-)
  1580.   - 4-bit (copper with 32 colorscreen 192*192 = 48*48 pixels) HAM-picture
  1581.     rotate and magnify without the blitter.
  1582.  
  1583. - Registered users will get VideoTracker updates and videos for free.
  1584.   So after paying your register-fee, you won't have to pay extra
  1585.   afterwards for updates like VideoTracker AGA.
  1586.   BUT when I manage to sell VideoTracker AGA to a distributor, you will
  1587.   have to wait untill the distributor starts to sell the program.
  1588.   (But you still get it for free, and as fast as when it's released.)
  1589.   
  1590. - VideoTracker v1.0 with "Save Video" option was released on 3-10-93,
  1591.   that's about 3 weeks ago.
  1592.   There is now 1 registered user of VideoTracker, but I expect to get
  1593.   more reactions within the next 1 or 2 months.
  1594.   I know of some people who are playing now with VT and are making their
  1595.   own video.
  1596.   I hope that, when they are convinced, they want to see their video as a
  1597.   vidule and support me so I can buy more necessary hardware soon.
  1598.   
  1599. - I had reactions during and after the development from England,
  1600.   Germany, USA, Italy and ofcourse The Netherlands.
  1601.   It's very nice to know that there are other people who enjoy such
  1602.   a program, it really helps me to continue this project.
  1603.   I also want to thank all the people that helped me with beta-testing,
  1604.   drawing, rendering, composing, programming and (also VERY important!)
  1605.   spreading.
  1606.   
  1607. ***********************************************************************
  1608.  
  1609. - Rave The Amiga:
  1610.  
  1611.   Video
  1612.  
  1613.      1600 Rave_The_Amiga
  1614.  
  1615.              This is a very flashy video, like the "Gabberuh!" video.
  1616.              It needs 2 meg chipmem, the vidule-size is 1.5 meg.
  1617.         I made it for the "Rave The Amiga" houseparty in Ijmuiden,
  1618.         it was a party for 12-18 year old kids.
  1619.         75% of the music was Amiga ProTracker and OctaMED, it was
  1620.         a great evening and the beer was free for DJ's and VJ's. :)
  1621.         John v.d. Zee did a great job organizing this party.  
  1622.         (There were 100-150 people, this was the first one, there
  1623.         will be more.)
  1624.  
  1625.   Anim
  1626.  
  1627.     88070 dna.anim
  1628.  
  1629.             A multiple-palette 32-color animation of a rotating
  1630.             DNA-string rendered with Imagine v2.0 by Maarten Kreuger
  1631.             and Peter van Burgh for VideoTracker, excellent job !
  1632.  
  1633.    172954 MTV+ST.anim
  1634.    
  1635.            A multiple-palette 8-color animation, it shows a MTV-logo
  1636.            movie and starship Enterprice flying towards you.
  1637.            I used it with dual playfield effects, this is the
  1638.            first video which shows the possible dual playfield
  1639.            effects like 2 8-color animations at once and a routine
  1640.            and an 8-color animation at once.
  1641.            I ripped the MTV and Enterprice animations out of 2 big
  1642.            32-color PD animations.
  1643.  
  1644.     58900 Zebra_L8.anim
  1645.  
  1646.         This is a wellknown 32-color loop-animation of a running
  1647.         zebra.
  1648.         I changed it to 8 colors so I also could use it with
  1649.         dual playfield.
  1650.  
  1651.   Brush
  1652.  
  1653.      4726 Aaman_L8.bru
  1654.  
  1655.         Funny figure, drawn by Martin Panbakker who did a lot of
  1656.         drawing for the videos, he also did the clownshead in
  1657.         "Gabberuh!". We both have seen the light, will you ? :-)
  1658.  
  1659.      8826 Amiga.bru
  1660.  
  1661.         Amiga-logo, drawn by me.
  1662.         
  1663.      9278 BobMarley_HAM.bru
  1664.  
  1665.         A little HAM brush of Bob Marley's face that is rotated
  1666.         and scaled by the "CopperMagnify8" routine.
  1667.         
  1668.     52312 BorisGirl_HAM.bru
  1669.  
  1670.         A wellknown HAM brush of a girl holding a glass ball that is
  1671.         rotated and scaled by the "CopperMagnify8" routine.
  1672.         
  1673.      8196 CompuFace_L8.bru
  1674.  
  1675.         An 8-color rendered brush, I use most of the 8-color
  1676.         images for dual-playfield effects.
  1677.         I ripped it, it is to much work to draw everything
  1678.         ourselfs.
  1679.         All ripped images are out of PD animations or pictures,
  1680.         I don't use images that are created for other demos, that
  1681.         would be very sick.
  1682.  
  1683.      4442 DeathMask_L8.bru
  1684.  
  1685.         An 8-color ghost-face, drawn by Martin Panbakker.
  1686.                 
  1687.      4700 DiamondRGB_HAM.bru
  1688.  
  1689.         A very colourful little HAM brush that is rotated
  1690.         and scaled by the "CopperMagnify8" routine.
  1691.         I drawed it pixel-by-pixel in Deluxe Paint, it was a
  1692.         nightmare to prevent the HAM side-effects. :-)
  1693.         
  1694.      9418 Ijmuiden.bru
  1695.  
  1696.         An 8-color city-name board, by me.
  1697.         
  1698.     45000 Parrot_HAM.bru
  1699.  
  1700.         A digitized colourful HAM brush of a parrot that is
  1701.         rotated and scaled by the "CopperMagnify8" routine.
  1702.         
  1703.      3936 Rave.bru
  1704.  
  1705.         An 8-color brush with the word "Rave", it's also used
  1706.         in a dual playfield effect with the words "Rave","The",
  1707.         "Amiga" and "Ijmuiden".
  1708.  
  1709.      9560 SlayerLogo_M4.bru
  1710.  
  1711.         Logo of the speed-metal band "Slayer", those were the
  1712.         days. :-)
  1713.         
  1714.  
  1715.      5532 Steve_L8.bru
  1716.  
  1717.         Yeah ! true 90's art-style, drawn by Martin Panbakker.
  1718.         He saw the style in an art-book at his workplace.
  1719.         It's based on Virtual Reality, and this style would be
  1720.         easy to use in 3D rendering programs. (Hint!)
  1721.  
  1722.      2496 The.bru
  1723.  
  1724.         Duh.... "The"
  1725.         
  1726.   Modules
  1727.  
  1728.    174616 mod.real nightmare.klr
  1729.  
  1730.         "Real Nightmare" from Killraven/Mystic, the same guy who
  1731.         made the module that is used in "Gabberuh!".
  1732.         I thought it was terrible when I heard it the first time but
  1733.         Martin convinced me that this was a "True Underground Heavy
  1734.         House-Trip"(TM).
  1735.         When I played it more often I really started to like
  1736.         it, just like when I first heard songs from "Deicide" and
  1737.         "Slayer" you have to get used to it.
  1738.         It has metal-sound samples like a steel-plant sound and
  1739.         metal on metal hits.
  1740.         Also a disturbed "we're gonna get you" and a fast played
  1741.         guitar-part of good old Metallica.
  1742.         It's 8 minutes long, ideal for a big video.
  1743.         I like it ! more ! more ! more ! excellent for a party.
  1744.  
  1745.   Picture
  1746.  
  1747.     10288 FlowerGirl_L8.pic
  1748.  
  1749.         Full screen 8-color girl, again a try-out style, drawn by
  1750.         Martin Panbakker, a very busy guy.
  1751.         Again used with nice dual-playfield effects.
  1752.         
  1753.  
  1754.     41116 Noise_L8.pic
  1755.  
  1756.         That effect you see on a TV with no cable, created with
  1757.         color-cycle and calculated with SpiroGraph.
  1758.         Used as a dual playfield background.
  1759.                 
  1760.     30356 Plasma_L8.pic
  1761.  
  1762.         A plasma-cloud, it is in 8-colors but still looks nice
  1763.         with color-cycling and as a background for dual playfield.
  1764.  
  1765.   Routine
  1766.  
  1767.      4733 CopperMagnify8.rot
  1768.  
  1769.         The new HAM rotate and magnify routine.
  1770.  
  1771. ***********************************************************************
  1772.  
  1773. - I Will Trance U:
  1774.  
  1775.   Video
  1776.  
  1777.      1616 Trance
  1778.  
  1779.         The video "I Will Trance U".
  1780.         It is the first Ambient video, and has not much flashy
  1781.         effects to keep it relaxed like the music is.
  1782.         It needs 2 meg chipmem, length 1.5 meg.
  1783.         Half of the memory is used by a nice 21-frame fractal
  1784.         animation.
  1785.   
  1786.   Anim
  1787.  
  1788.     68434 ChinChin.anim
  1789.  
  1790.         A 64-color woman's head, drawn by Martin Panbakker.
  1791.         He drawed it in several hours and saved 13 pictures
  1792.         while he was working.
  1793.         We put it in an animation and you see how the face
  1794.         was drawn, a very nice effect.
  1795.         And again a new style, this time pastel-colors.
  1796.  
  1797.     86004 morph.anim
  1798.  
  1799.             A multiple-palette 32-color animation of a very strange
  1800.             changing tiny object, very psychadelic.
  1801.             Rendered with Imagine v2.0 by Maarten Kreuger
  1802.             and Peter van Burgh for VideoTracker, again excellent !
  1803.         I hope you want to do more of this stuff, I'm also
  1804.         learning to work with 3D rendering programs now to get
  1805.         nice colourful animations.
  1806.  
  1807.   Modules
  1808.  
  1809.    265540 mod.i_will_trans_u
  1810.  
  1811.         I got this module direct from the composer Mathijs Chilling.
  1812.         I is very trancing, with good synth-samples and A woman
  1813.         who is saying "I will trance you".
  1814.         Later in the song see starts to "hmmm" along with the music.
  1815.         The style is Ambient as far as my music-knowledge goes.
  1816.         Again a rare type of music and I know it's difficult to
  1817.         create such an atmosphere, I tried it myself, great job !
  1818.         The length is 3/4 minutes which was a reason for me to
  1819.         try out a very big fractal-animation, which takes half
  1820.         of the video-length.
  1821.         (Such a big effect would become boring in an 8-minute
  1822.         video)
  1823.  
  1824.  
  1825.   Picture
  1826.   
  1827.      6372 TRANCE_L2.pic
  1828.  
  1829.         A black/white picture of the word "TRANCE" with a nice
  1830.         effect.
  1831.  
  1832.   Brush
  1833.   
  1834.      2762 Eye_L2.bru
  1835.  
  1836.         A black/white brush of an eye, used when the word "I"
  1837.         is said.
  1838.  
  1839.     33726 MandelZoom0001_L32.bru
  1840.  
  1841.         And this is the 32-color, 21-frame fractal-zoom animation.
  1842.         Calculated with the demo-version of Mandel2000D from
  1843.         Cygnuss Software as a test to see how it would look.
  1844.         And it looks great, I zoomed from the 12-arm spiral to
  1845.         the spiral-galaxy.
  1846.         I saved the frames as seperate brushes for very fast
  1847.         zoom-ins, zoom-outs and combinations of these.
  1848.  
  1849.     33822 MandelZoom0002_L32.bru
  1850.     33380 MandelZoom0003_L32.bru
  1851.     32522 MandelZoom0004_L32.bru
  1852.     32090 MandelZoom0005_L32.bru
  1853.     31824 MandelZoom0006_L32.bru
  1854.     31716 MandelZoom0007_L32.bru
  1855.     31646 MandelZoom0008_L32.bru
  1856.     31554 MandelZoom0009_L32.bru
  1857.     31466 MandelZoom0010_L32.bru
  1858.     31318 MandelZoom0011_L32.bru
  1859.     30920 MandelZoom0012_L32.bru
  1860.     30682 MandelZoom0013_L32.bru
  1861.     31184 MandelZoom0014_L32.bru
  1862.     31306 MandelZoom0015_L32.bru
  1863.     30966 MandelZoom0016_L32.bru
  1864.     30500 MandelZoom0017_L32.bru
  1865.     30260 MandelZoom0018_L32.bru
  1866.     30314 MandelZoom0019_L32.bru
  1867.     30494 MandelZoom0020_L32.bru
  1868.     31620 MandelZoom0021_L32.bru
  1869.  
  1870.      6064 N.P.T.O.D._L8.bru
  1871.  
  1872.         A black/white 8-color brush showing the words
  1873.         "No proper time of day" which is also said by the woman
  1874.         in the module.
  1875.         It uses a trick with different palettes.
  1876.  
  1877.      5684 U_L2.bru
  1878.  
  1879.         A black/white brush showing the letter "U".
  1880.         
  1881.      4552 WILL_L2.bru
  1882.  
  1883.         A black/white brush showing the word "Will".
  1884.  
  1885.   Colors
  1886.  
  1887.        66 Eye_BW_0f.pal
  1888.        
  1889.                I played with black/white colors in the above images
  1890.                and these palettes fade the white color to black and
  1891.                the black color to white. C00L ! :-)
  1892.  
  1893.        66 Eye_BW_1e.pal
  1894.        66 Eye_BW_2d.pal
  1895.        66 Eye_BW_3c.pal
  1896.        66 Eye_BW_4b.pal
  1897.        66 Eye_BW_5a.pal
  1898.        66 Eye_BW_69.pal
  1899.        66 Eye_BW_78.pal
  1900.        66 Eye_BW_87.pal
  1901.        66 Eye_BW_96.pal
  1902.        66 Eye_BW_a5.pal
  1903.        66 Eye_BW_b4.pal
  1904.        66 Eye_BW_c3.pal
  1905.        66 Eye_BW_d2.pal
  1906.        66 Eye_BW_e1.pal
  1907.        66 Eye_BW_f0.pal
  1908.  
  1909.        84 N.P.T.O.D._01.pal
  1910.  
  1911.         The words "No proper time of day" are put on the screen
  1912.         in the same tempo as the woman's voice.
  1913.         This is done by giving each word its own color and than
  1914.         get the words on screen using different palettes.
  1915.         
  1916.        84 N.P.T.O.D._02.pal
  1917.        84 N.P.T.O.D._03.pal
  1918.        84 N.P.T.O.D._04.pal
  1919.        84 N.P.T.O.D._05.pal
  1920.        84 N.P.T.O.D._06.pal
  1921.        84 N.P.T.O.D._07.pal
  1922.  
  1923. ***********************************************************************
  1924.  
  1925. - And now some necessary words... (back to the reality of money)
  1926.   Piracy is a big problem, I have experience with another program I
  1927.   made called "RattleCopy".
  1928.   v1.0 of this program was no-protected $10 shareware, with no reactions.
  1929.   v2.2 was copy-protected and I sold it myself voor $15 dollars, I sold
  1930.        about 25 copies.
  1931.        It couldn't be copied with a nibbler or a hardware-copier.
  1932.        After 4 months it was cracked and spread and my money-making days
  1933.        were over.
  1934.   v4.0 was $15 shareware with 1 reaction.  
  1935.   v5.0 I sold to a german distributor for good money.
  1936.   
  1937.   What I want to say with this:
  1938.   When I make a new program, I try to sell it first to a distributor
  1939.   because shareware does not really work in reality.
  1940.   I couldn't sell VideoTracker because several distributors found the
  1941.   program to specialized and to difficult to learn for starting users.
  1942.   (They earn most of their money from beginning Amiga-users)
  1943.   I could make a copy-protection just like in RattleCopy v2.2 with the
  1944.   knowledge that I probably could sell 20 copies before it was cracked.
  1945.   But it would be terrible to use than, you had to load the program from
  1946.   disk and work with files on harddisk.
  1947.   So I released the program as crippled shareware with working "Save Video"
  1948.   but no working "Save Vidule".
  1949.  
  1950.   As an extra protection, I gave the routines in my videotracker-sourcefile
  1951.   a letter. (A-Z)
  1952.   Each registered version of VideoTracker has the name of the user and
  1953.   an original routineorder in the sourcefile which results in a 26
  1954.   word code like AHGEPOQ... which I only know.
  1955.   When a registered version of VideoTracker with a removed name is
  1956.   spread, I still can see who spread it by this code !
  1957.   This system is impossible to crack because you have to have the
  1958.   source-file of VideoTracker to change the routine-order.
  1959.   The user that is responsible for illegal spreading the program, will
  1960.   get no updates, no new videos and no help from me anymore, I also will
  1961.   release his name and make sure that in his part of the world there
  1962.   will be no more new registered users.
  1963.   That's all I can do against piracy without annoying the honest user.
  1964.  
  1965.   Remember that when more people register, I sooner can buy more hardware
  1966.   and improve the program.
  1967.   In simple reality: When I get no more registered users, I can buy an
  1968.   68882/32-bits expansion board on 1-5-94, each registration brings
  1969.   that date a month down.
  1970.   With 32-bits fastmem I can make special routines that use the fastmem
  1971.   to go faster, I already have a 3D vector routine for 68882, programmed
  1972.   by Roger Heykoop, but I can't beta-test it correctly now.
  1973.     
  1974. - I know of computer-clubs that registered other shareware-programs
  1975.   with a group of people because they don't want to pay that much money
  1976.   for a program.
  1977.   (example: 5 people pay each $10 dollar and register 1 VideoTracker.)  
  1978.   I can understand that but keep in mind that it's the registered user's
  1979.   responsibility NOT to give it to people outside that group !
  1980.   When somebody has not payed for a program, it is very easy for him to
  1981.   give it to a friend who gives it to another friend who gives it to a
  1982.   friend who is part of a pirate-group that will happily spread it
  1983.   around the globe. (that would be my real nightmare)
  1984.  
  1985. That was the first VideoTracker newsfile, greetings !
  1986.  
  1987.  
  1988. ============================================================================
  1989.               VideoTracker News 2:
  1990. ============================================================================
  1991.  
  1992. *************************************************************************
  1993. VideoTracker News 2, 6-1-94.
  1994. *************************************************************************
  1995.  
  1996. (I'm dutch so there may be some spelling-errors)
  1997.  
  1998. - This is the first VideoTracker update.
  1999.  
  2000. - VideoTracker_AGA v1.0 is released !
  2001.   Most of the routines still have to be converted for it, but you already
  2002.   can play with AGA anims, pictures, 24-bit palettes, etcetra.
  2003.  
  2004. - 2 new videos are finished and released on 6-1-94:
  2005.   "Camel" and "Caotic".
  2006.  
  2007. - 1 new routine is released on 6-1-94:
  2008.   - CopperPicture, it plays animations in the copperlist, already
  2009.     converted for AGA.
  2010.     No blitter usage: the faster your processor, the faster it plays.
  2011.   
  2012. - VideoTracker v1.0 with "Save Video" option was released on 3-10-93,
  2013.   that's about 3 months ago.
  2014.   There are now 6 registered users of VideoTracker, and I saw some
  2015.   good videos from them.
  2016.   If you have made a good video and want to spread it, send or upload
  2017.   it to me so I can put it on the support-BBS.
  2018.  
  2019.  
  2020. *************************************************************************
  2021.  
  2022. Video
  2023.  
  2024. Camel                       1132
  2025.  
  2026.     This is the video, it can be loaded with both VideoTracker
  2027.     versions.
  2028.  
  2029. Modules
  2030.  
  2031. mod.GO-FUCK-YOUR-CAMEL    155904
  2032.  
  2033.     This modules is a converted Octamed module.
  2034.     It is made by Joost, town: Castricum/The Netherlands.
  2035.  
  2036. AnimBrush
  2037.  
  2038. Blond_32.anbr              29278
  2039. Colors_HAM6.anbr           79624
  2040. Walk_L16.anbr              49258
  2041. Tom&Jerry_16.anbr          41012
  2042. Playboy_16.anbr            27888
  2043. Batman_16.anbr             17380
  2044.  
  2045.     These are all 48*36 animbrushes, used by the CopperPicture routine.
  2046.     I ripped them all from normal animations.
  2047.     Except the "Color", that was build from a big HAM6-picture.
  2048.     I took brushes from the picture in a camera-like way.
  2049.  
  2050. Routine
  2051.  
  2052. CopperPicture.rot           2321
  2053.  
  2054.     This is the normal routine-file.
  2055.  
  2056. Colorset
  2057.  
  2058. blond.set                    156
  2059. Cya.set                      108
  2060. Pur.set                      108
  2061. Yel.set                      108
  2062. Red>Yel>Wht.set              108
  2063. Rainbow.set                  108
  2064. B&W.set                      108
  2065. B&W_Invert.set               108
  2066. Stencil.set                  108
  2067. Blu>Pur.set                  108
  2068. Cya>Pur.set                  108
  2069.  
  2070.     All these colorsets are used to change the palettes of the
  2071.     copper-animations
  2072.  
  2073. RoutineAGA
  2074.  
  2075. CopperPicture.rot           2325
  2076.  
  2077.     This is the AGA routine-file.
  2078.  
  2079. *************************************************************************
  2080.  
  2081. Video
  2082.  
  2083. Caotic                      1664
  2084.  
  2085.     The video for VideoTracker v1.3.
  2086.  
  2087. Caotic_AGA                  1796
  2088.  
  2089.     The video for VideoTracker_AGA v1.0.
  2090.  
  2091.     This video was made for a Safe Sex Dance Party on 4-1-94,
  2092.     so there are a lot of condom-jokes in it.
  2093.     There where also many hires/lace/HAM8 Safe-Sex pictures and
  2094.     animations, raytraced and digitized by Roger Heykoop, that I
  2095.     used in extra videos with no special effects.
  2096.  
  2097. Modules
  2098.  
  2099. mod.CAOTIC                189316
  2100.  
  2101.     This modules is a converted Octamed module and I had to
  2102.     edit it, so it could fit on the disk.
  2103.     The original version sounded much better.
  2104.     It is made by Joost, town: Castricum/The Netherlands.
  2105.  
  2106. AnimBrush
  2107.  
  2108. Drum_8.anbr                10484
  2109.  
  2110.     Drawn by Martin Panbakker.
  2111.  
  2112. Gabber_16.anbr             19332
  2113.  
  2114.     Drawn by Martin Panbakker.
  2115.  
  2116. DurexBirds_2.anbr           5956
  2117.  
  2118.     Drawn by Martin Panbakker, "Durex" is a dutch condom-producer.
  2119.  
  2120. Clap_2.anbr                 3586
  2121.  
  2122.     Drawn by Martin Panbakker.
  2123.  
  2124. Alien_16.anbr              41670
  2125.  
  2126.     Drawn by Martin Panbakker.
  2127.  
  2128. Colors
  2129.  
  2130. Schuifhoofd.pal              252
  2131. Schuifhoofd_>B0001           252
  2132. [ CUT ]
  2133. Schuifhoofd_>B0031           252
  2134. Schuifhoofd_>B0000           252
  2135.  
  2136.     These 32 palettes are used in the AGA video to fade the
  2137.     "Schuifhoofd_64" brush.
  2138.  
  2139. SchuifEHB.pal                252
  2140. SchuifEHB_>0001              252
  2141. [ CUT ]
  2142. SchuifEHB_>0031              252
  2143.  
  2144.     These 16 palettes are used in the OCS video to fade the
  2145.     "Schuifhoofd_EHB" brush.
  2146.  
  2147. Picture
  2148.  
  2149. SixArm_16.pic              45856
  2150.  
  2151.     Made with Mandel 2000.
  2152.  
  2153. Durex1_16.pic              33656
  2154.  
  2155.     Digitized by Roger Heykoop.
  2156.  
  2157.     These 2 16-color pictures are used with dual playfield in the
  2158.     AGA video.
  2159.  
  2160. SixArm_8.pic               34102
  2161. Durex1_8.pic               21534
  2162.  
  2163.     These 2 8-color pictures are used with dual playfield in the
  2164.     OCS video.
  2165.  
  2166. Brush
  2167.  
  2168. Schuifhoofd_64.bru         20074
  2169.  
  2170.     64 color picture, drawn by Martin Panbakker.
  2171.  
  2172. Pol_128.bru                21976
  2173.  
  2174.     128 color picture, drawn by Martin Panbakker, very nice style.
  2175.  
  2176.     These pictures are used in the AGA video.
  2177.  
  2178. Schuifhoofd_EHB.bru        19542
  2179. Pol_EHB.bru                18808
  2180.  
  2181.     These pictures are used in the OCS video.
  2182.  
  2183. Bird_2.bru                  3590
  2184.  
  2185.     Drawn by Martin Panbakker.
  2186.  
  2187. OldMan_2.bru                6026
  2188.  
  2189.     Drawn by Martin Panbakker.
  2190.  
  2191. TVFace_2.bru                2946
  2192.  
  2193.     Drawn by Martin Panbakker.
  2194.  
  2195. Cap1.bru                    6950
  2196. Cap2.bru                    7636
  2197.  
  2198.     Drawn by Martin Panbakker, these 2 brushes are used to make
  2199.     the cap-guy talk.
  2200.  
  2201. Smubber_16.bru             12298
  2202.  
  2203.     I found it on a BBS, drawer unknown.
  2204.  
  2205. AIDS_4.bru                  7110
  2206.  
  2207.     The word "AIDS", drawn by me.
  2208.  
  2209. Anim
  2210.  
  2211. Belll_4.anim               17698
  2212.  
  2213.     Drawn by Martin Panbakker.
  2214.  
  2215. AssFuck_L32.anim          219284
  2216.  
  2217.     Found on a BBS, the little hart and condom are drawm by me.
  2218.  
  2219. *************************************************************************
  2220.  
  2221. That was the second VideoTracker newsfile, greetings !
  2222.  
  2223.  
  2224. ============================================================================
  2225.               VideoTracker News 3:
  2226. ============================================================================
  2227.  
  2228. *************************************************************************
  2229. VideoTracker News 3, 25-2-94.
  2230. *************************************************************************
  2231.  
  2232. (I'm dutch so there may be some spelling-errors)
  2233.  
  2234. - The VideoTracker v1.4 update will be released in March, we're still
  2235.   trying to get it 100% working on A4000/40 but it doesn't look good. :(
  2236.   The problem is the 68040 and beta-testing from a distance is almost
  2237.   impossible.
  2238.   Maybe I'll buy a high-end Amiga (A5000?) or 68040 A1200 expansion-board
  2239.   to get it right.
  2240.   Also some tiny but annoying bugs have been removed:
  2241.   - The "load video" gives a Continue/Retry/Cancel when something goes
  2242.     wrong.
  2243.   - The cancel error is removed.
  2244.   - No more lock-up when VideoTrackers can't find the "VideoTracker:"
  2245.     device.
  2246.   - The routinemode can now be entered with the keyboard.
  2247.   - And more tiny bugs...
  2248.  
  2249. - The musicplayers are now on disk, you can use Octamed-modules in the
  2250.   v1.4 update.
  2251.  
  2252. - All the OCS routines are converted to AGA, but the overscan lo-res
  2253.   pictures are not compatible, due to the maximum "fetchmode", which gives
  2254.   more processor-time.
  2255.   look at the AGA videos how to solve this.
  2256.   There are 4 new routines:
  2257.   
  2258.   - Equalizer        Shows the sample-data on screen, OCS & AGA.
  2259.   - CopperMagnify4AGA    Rotate & Magnify on an overscan 4*4 pixels screen.
  2260.               It's very fast and has a special 3D tunnel mode.
  2261.             AGA only, it's not possible on OCS.
  2262.   - Tunnel        This changes a background picture into a 3D tunnel
  2263.               and moves through it. OCS & AGA, but a 680++
  2264.               processor is recommended.
  2265.   - PaletteFade        No need to load lots of palettes anymore: this 
  2266.              routine fades the colors between 2 colorsets.
  2267.             OCS & AGA.
  2268.   
  2269. - VideoTracker v1.0 with "Save Video" option was released on 3-10-93,
  2270.   that's about 5 months ago.
  2271.   There are now 7 registered users of VideoTracker, just 1 new registration
  2272.   this time.
  2273.   Because of this low number, all the save options will be removed in the
  2274.   v1.4 update.
  2275.   You had enough time to check out the program, now it's time to register
  2276.   or not.
  2277.   VideoTracker, Routine & Video updates and releases will continue for at
  2278.   least a year, registered users don't have to worry about that.
  2279.   We're already working on new routines and a new very special video. :)
  2280.   We send updates to the registered users, every 2 or 3 months.
  2281.   
  2282. - 1 new AGA video is finished and released on 23-2-94:
  2283.   "Bonzai"
  2284.  
  2285.  
  2286. *************************************************************************
  2287.  
  2288. Video
  2289.  
  2290. Bonzai_AGA                  2008
  2291.  
  2292.     The "Bonzai" video, the first AGA-only video with 4 new routines:
  2293.     2 awesome 3D tunnels, in 4096 color 4*4 pixels version and
  2294.     in 2*2 grey-pixels, an Equalizer and a 24 bit palette-to-palette
  2295.     fader.
  2296.     We wanted to make a high-quality AGA video with good graphics, good
  2297.     music and good routines.
  2298.     Released under the "Creator" label.
  2299.     This video is dedicated to:
  2300.  
  2301.     RattleHead:
  2302.     Those shiny happy songs from Joy Division.
  2303.     Every girl I had but never dreamed off.
  2304.     Oprah's unconditional love.
  2305.     Schnautzy der Wunderhund.
  2306.     The dutch diskmagazine "Jong Snel en Wild" for their total
  2307.     ignoring of our group Creator, way to go guys...
  2308.     Miep, as sex liberation person.
  2309.     
  2310.     Ford Fairlane:
  2311.     Bob Marley, for always putting me up after being in severe mental
  2312.     instable periods.
  2313.     White Eagle, my spiritual leader.
  2314.         Ren & Stimpy, happy! happy! joy! joy!
  2315.         All the 14 girls I had.
  2316.         Gabber-clothes, Aldi-beer, Omar and Schuifhoofd way to go dudes,
  2317.         tablesoccer-champs of da world.
  2318.         Good satisfyin' sex.
  2319.         
  2320.         DinDee:
  2321.         Arte demo, goofy and kewl.
  2322.         Thunderdome I, II, III, IV.
  2323.         Speedlimit 140 BPM+.
  2324.         Sofie, for being there, while suffering from severe hangover.
  2325.         Postbank, for extending my limits.
  2326.         2-Unlimited.
  2327.         
  2328. Modules
  2329.  
  2330. mod.bonzai                287448
  2331.  
  2332.     This module is made with OctaMed.
  2333.     (VideoTracker can now play OctaMed modules)
  2334.     It's a remix of the wellknown "Bonzai" house-hit with good
  2335.     quality samples and lots of speech like "Hey... I know, Mantronics'
  2336.     really great... but my style is much better !" and "Tatatataa !
  2337.     Tatatataa ! Umtaa ! Umtaa !"
  2338.     Composed by Joost Vreeken. (DinDee/Creator)
  2339.  
  2340. Anim
  2341.  
  2342. LadyAnim2_32.anim          42392
  2343.  
  2344.     An animation of a nice girl-face with pastel colors.
  2345.     Drawn by Martin Panbakker. (Ford Fairlane/Creator)
  2346.  
  2347. Picture
  2348.  
  2349. Beestje_8.pic              11244
  2350.  
  2351.     This "Uhm!" shouting wobbly creature is shown when the sample
  2352.     plays "Uhm!" (and not "Ta!").
  2353.     Drawn by Martin Panbakker. (Ford Fairlane/Creator)
  2354.     
  2355. Compo_64.pic               35502
  2356.  
  2357.     A really good AGA picture, it has 4 figures: A head, an indian,
  2358.     2 birds and a plant that all fit together like a jigsaw-puzzle.
  2359.     The 4 figures have their own palette, so we could play with
  2360.     the palettefade routine to fade in each figure.
  2361.     Drawn by Martin Panbakker. (Ford Fairlane/Creator)
  2362.  
  2363. Brush
  2364.  
  2365. DiamondRGB_HAM.bru          4700
  2366.  
  2367.     This is the same brush that is used in the "Rave" video, I
  2368.     used it to get a nice colourful 3D tunnel.
  2369.     Drawn by Peter van Campen. (RattleHead/Creator)
  2370.  
  2371. Eye_HAM6.bru                8608
  2372.  
  2373.     A nice eye, it was drawn in 64 colors and converted to HAM6 so
  2374.     it could be used by the magnify and tunnel routine.
  2375.     Drawn by Martin Panbakker. (Ford Fairlane/Creator)
  2376.  
  2377. MickeyMouse_4.bru           6152
  2378.  
  2379.     That boring mouse from Bolt Dizzy.
  2380.  
  2381. MickeyMoose_4.bru           5788
  2382.  
  2383.     Mickey Mouse in a really excellent neo-realistic style, it
  2384.     shows the true face of Mickey !
  2385.     It only took 20 days to get the expression right.
  2386.     Drawn by Martin Panbakker. (Ford Fairlane/Creator)
  2387.     (His best drawing ever)
  2388.  
  2389. Scummer_HAM6.bru           13706
  2390.  
  2391.     A keeeewlll 256 picture by an english dude who sent it to Me so I
  2392.     could use it in times of trouble. (doesn't this sentence sound
  2393.     C00L ? )
  2394.     It is converted to HAM6 so it could be rotated, magnified and
  2395.     used in the 3D tunnel.
  2396.     Pictures are always welcome ! We'll give you full credits and
  2397.     a silly fart.
  2398.     Drawn by D.J. Harrigan.
  2399.  
  2400. TA_4.bru                    4276
  2401.  
  2402.     This brush is shown when the sample "Ta!" is played, together
  2403.     with palette-fades.
  2404.     Drawn by Martin Panbakker. (Ford Fairlane/Creator)
  2405.  
  2406. VT_H16.bru                 10920
  2407.  
  2408.     A VideoTracker logo that's used at the end of the video.
  2409.     Drawn by Dick Jansen.
  2410.  
  2411. Weed_8.bru                  8486
  2412.  
  2413.     Weed-leave !
  2414.     Drawn by Martin Panbakker. (Ford Fairlane/Creator)
  2415.  
  2416. Background
  2417.  
  2418. Tunnel1_L2.bck              6410
  2419.  
  2420.     This background-picture is used by the tunnel-routine.
  2421.     You can change it and make your own tunnel.
  2422.     Drawn by Peter van Campen. (RattleHead/Creator)
  2423.  
  2424. Colors
  2425.  
  2426. B&W_2.pal                     66
  2427. W&B_2.pal                     66
  2428.  
  2429.     These palettes are used for the flashy effects with the
  2430.     equalizer-routine.
  2431.  
  2432. Lady.pal                     156
  2433.  
  2434.     This is the original palette of the lady-animation.
  2435.  
  2436. TA.pal                       136
  2437. TA_01.pal                    136
  2438. TA_03.pal                    136
  2439. TA_05.pal                    136
  2440. TA_07.pal                    136
  2441. TA_09.pal                    136
  2442. TA_11.pal                    136
  2443. TA_13.pal                    136
  2444. TA_15.pal                    136
  2445. TA_17.pal                    136
  2446. TA_19.pal                    136
  2447. TA_21.pal                    136
  2448. TA_23.pal                    136
  2449. TA_25.pal                    136
  2450. TA_27.pal                    136
  2451. TA_29.pal                    136
  2452. TA_31.pal                    136
  2453.  
  2454.     These palettes are used for the "TA TA TA TAA" effects.
  2455.  
  2456. Uhm.pal                       84
  2457. Uhm_01.pal                    84
  2458. Uhm_02.pal                    84
  2459. Uhm_03.pal                    84
  2460. Uhm_04.pal                    84
  2461. Uhm_05.pal                    84
  2462. Uhm_06.pal                    84
  2463. Uhm_07.pal                    84
  2464. Uhm_08.pal                    84
  2465. Uhm_09.pal                    84
  2466. Uhm_10.pal                    84
  2467.  
  2468.     These palettes are used for the "UHM" effects.
  2469.  
  2470. Colorset
  2471.  
  2472. Black_8.set                   84
  2473. Weed.set                      84
  2474.  
  2475.     These colorsets are used by the palettefade routine to fade
  2476.     the weed brush.
  2477.  
  2478. Black_32.set                 156
  2479. Lady.set                     156
  2480. Red_32.set                   156
  2481.  
  2482.     These colorsets are used by the palettefade routine to fade
  2483.     in the lady-animation and to fade her to red.
  2484.  
  2485. VT.set                       108
  2486. VT_Yel.set                   108
  2487.  
  2488.     These colorsets are used by the palettefade routine to fade
  2489.     the Videotracker-logo from yellow to cyan.
  2490.  
  2491. White_64.set                 252
  2492. Compo.set                    252
  2493. CompoB&W.set                 252
  2494. CompoB.set                   252
  2495. CompoBase.set                252
  2496. CompoH.set                   252
  2497. CompoHI.set                  252
  2498. CompoHIB.set                 252
  2499. CompoHP.set                  252
  2500. CompoHWhite.set              252
  2501. CompoI.set                   252
  2502. CompoIB.set                  252
  2503.  
  2504.     These colorsets are used by the palettefade routine to fade
  2505.     the Compo-picture in many ways.
  2506.  
  2507. *************************************************************************
  2508.  
  2509. That was the third VideoTracker newsfile, greetings !
  2510.  
  2511.  
  2512. ============================================================================
  2513.               VideoTracker News 4:
  2514. ============================================================================
  2515.  
  2516. 17-7-94
  2517.  
  2518. Greetings,
  2519.  
  2520. It took a while, but here is v2.0 of VideoTracker.
  2521. The full working version is send to all 22 registered users.
  2522. I wanted to include an ambient video (AGA+2MegFast), but it isn't
  2523. finished yet.
  2524. This version is debugged for high end Amigas like the 4000/40 and I
  2525. didn't want to wait another month to send it.
  2526. I've uploaded a simple preview of the video to the support BBS.
  2527.  
  2528. VideoTracker v1.42 has been released on a CU Amiga coverdisk, they made
  2529. me a good offer.
  2530. This does not mean that I quit development, I still hold the copyright
  2531. and registered users will get updates and new videos as promised.
  2532.  
  2533. After this coverdisk release, I bought an expansionboard with:
  2534.  
  2535. 68030 at 28mhz + MMU, 68882 at 28mhz, 4 meg fastram and a clock.
  2536.  
  2537. The routines in the v1.42 version, didn't make good use of fastmem,
  2538. that's changed now.
  2539. I rewrote VideoTracker and all routines to make maximum use of fastmem
  2540. and the results are good:
  2541.  
  2542. As an example, the memory usage of the Bonzai video:
  2543.  
  2544.                       Size    Fastmem   Chipmem
  2545. VideoTracker v1.42    1547k     75K      1473k
  2546. VideoTracker v2.0     1600k    756k       844k   
  2547.  
  2548. It saves a lot of chipmem like you can see.
  2549.  
  2550. I also used Enforcer (MMU needed) for debugging VideoTracker, moduleplayers
  2551. (ProTracker) and some routines. (CopperMagnify)
  2552. Some routines didn't look well on NTSC (tunnel.rot), I fixed them to.
  2553.  
  2554. There is a way now to make VideoTracker react on music from a CD-player,
  2555. tape, or a live mixing DJ.
  2556. I have a rebuilded 3-way lightorgan connected to my computer, instead of
  2557. sending the signals to lightbulbs, it sends them to electronic switches that
  2558. are connected to a Joystick-plug.
  2559. I made a player that reacts on signals from joystick port 2, I've put a
  2560. testvideo called "Joystick" on this disk.
  2561. The video must be 8 songpositions, it reacts on left, up and right, the
  2562. button selects the next songposition, when it's at 8 it restarts at 0.
  2563. For better bass and hihat reactions, you can add an Equalizer.
  2564.  
  2565. New or improved routines:
  2566.  
  2567. CopperColor
  2568. CopperMagnify3AGA.rot
  2569. PictureFade
  2570. PictureWipe
  2571. Vector
  2572.  
  2573. The Vector routines can now handle 8-color geo-files.
  2574. There are example-videos of the new or improved routines on this disk.
  2575.  
  2576. There is a new file-area on the support-BBS called "VideoTracker-Extra",
  2577. it's used for videos and vidules from registered users and other stuff
  2578. that is not spread with the VideoTracker-package.
  2579. All the files are free download and you don't have to enter your name
  2580. and stuff to save phonecosts, just enter the "Free Files" area when
  2581. you log in.
  2582.  
  2583. Here are the current VideoTracker files on the BBS:
  2584.  
  2585. Area: [69] [VideoTracker - Extra] [1/1-6]
  2586.  
  2587. [Filename] VTHEAVEN.DMS                         [File 1 VAN 6] [FREE]
  2588. [Size    ] 810645                               [Mon 30 May 94 22:45]
  2589. [Dwnlds  ] 7                                    [Time  ] 10:25
  2590.  
  2591. MegaDemo 7th Heaven by Digital Dreams, (3 vidules, crunched with titanics
  2592. cruncher, great example for how to make a megademo with VideoTracker)
  2593.  
  2594. [Filename] VTCRESYN.DMS                         [File 2 VAN 6] [FREE]
  2595. [Size    ] 820708                               [Mon 30 May 94 22:55]
  2596. [Dwnlds  ] 8                                    [Time  ] 10:33
  2597.  
  2598. 2 videos: "Syndrome" by John v/d Zee and "Credits" by Peter van Campen,
  2599. Syndrome is an A500 video, Credits is an A1200 video made to show the
  2600. credits of the Starlight Party Video. Starlight contains a SuperHires
  2601. InterLace OverScan 256 color mandelbrot, using colorcycle and different
  2602. palettes.
  2603.  
  2604. [Filename] VTFURGAR.DMS                         [File 3 VAN 6] [FREE]
  2605. [Size    ] 808710                               [Mon 30 May 94 23:07]
  2606. [Dwnlds  ] 4                                    [Time  ] 10:24
  2607.  
  2608. 2 videos: "Gargamel" and "Furious", by John v/d Zee and Joost Vreeken,
  2609. Gargamel is for the A500, Furious for the A600 and A1200, Gargamel contains
  2610. trance-techno music and Furious a Thunderdome 5 Remix with Party Zone
  2611. video-effects. Gargamel has several smurf-animations.
  2612.  
  2613. [Filename] VTLIVE1.LHA                          [File 5 VAN 6] [FREE]
  2614. [Size    ] 42364                                [Wed  6 Jul 94 16:46]
  2615. [Dwnlds  ] 1                                    [Time  ] 0:32
  2616.  
  2617. 2 jpeg framegrabs from a Sosumi show in Cleveland, Ohio, USA where they
  2618. used VideoTracker on a big screen.
  2619.  
  2620. [Filename] VTAMBPRE.EXE                         [File 6 VAN 6] [FREE]
  2621. [Size    ] 1767344                              [Mon 18 Jul 94 17:58]
  2622. [Dwnlds  ] 0                                    [Time  ] 22:43
  2623.  
  2624. Simple preview vidule of the new Ambient video, needs AGA + 2Meg FastMem,
  2625. only tested on 28mhz 68030, original length: 3220k, crunched with
  2626. Titanics cruncher.
  2627.  
  2628.  
  2629.  
  2630. Area: [70] [VideoTracker - Support]
  2631.  
  2632. [Filename] VTGABBER.DMS                         [File 2 VAN 21] [FREE]
  2633. [Size    ] 358889                               [Sat 14 Aug 93 13:11]
  2634. [Dwnlds  ] 31                                   [Time  ] 4:36
  2635.  
  2636. VideoTracker GabberHouse Video
  2637.  
  2638. [Filename] VTOBJECT.DMS                         [File 3 VAN 21] [FREE]
  2639. [Size    ] 130109                               [Sat 14 Aug 93 13:14]
  2640. [Dwnlds  ] 22                                   [Time  ] 1:40
  2641.  
  2642. VideoTracker Object Example Videos
  2643.  
  2644. [Filename] VTSCROLL.DMS                         [File 4 VAN 21] [FREE]
  2645. [Size    ] 188766                               [Sat 14 Aug 93 13:15]
  2646. [Dwnlds  ] 29                                   [Time  ] 2:25
  2647.  
  2648. VideoTracker Scroll Example Videos
  2649.  
  2650. [Filename] VTVECTOR.DMS                         [File 5 VAN 21] [FREE]
  2651. [Size    ] 116182                               [Sat 14 Aug 93 13:17]
  2652. [Dwnlds  ] 23                                   [Time  ] 1:29
  2653.  
  2654. VideoTracker Vector Example Videos
  2655.  
  2656. [Filename] VTTECHNO.DMS                         [File 6 VAN 21] [FREE]
  2657. [Size    ] 177549                               [Sat 14 Aug 93 13:18]
  2658. [Dwnlds  ] 23                                   [Time  ] 2:16
  2659.  
  2660. VideoTracker Techno Video
  2661.  
  2662. [Filename] VTUTIL1.DMS                          [File 7 VAN 21] [FREE]
  2663. [Size    ] 649786                               [Sat 14 Aug 93 13:22]
  2664. [Dwnlds  ] 24                                   [Time  ] 8:21
  2665.  
  2666. VideoTracker Utilities 1
  2667.  
  2668. [Filename] VTZAP.DMS                            [File 8 VAN 21] [FREE]
  2669. [Size    ] 229825                               [Fri 17 Sep 93 21:41]
  2670. [Dwnlds  ] 20                                   [Time  ] 2:57
  2671.  
  2672. Video "Zap" + examples.
  2673.  
  2674. [Filename] VTBLERK.DMS                          [File 9 VAN 21] [FREE]
  2675. [Size    ] 432758                               [Fri 17 Sep 93 22:13]
  2676. [Dwnlds  ] 25                                   [Time  ] 5:33
  2677.  
  2678. Video "Blerk". (Beavis & Butthead)
  2679.  
  2680. [Filename] VTRAVE.DMS                           [File 10 VAN 21] [FREE]
  2681. [Size    ] 586171                               [Tue 16 Nov 93 16:09]
  2682. [Dwnlds  ] 21                                   [Time  ] 7:32
  2683.  
  2684. VideoTracker "Rave The Amiga" video, tested on A600 & A1200.
  2685.  
  2686. [Filename] VTTRANC1.DMS                         [File 11 VAN 21] [FREE]
  2687. [Size    ] 376661                               [Tue 16 Nov 93 16:11]
  2688. [Dwnlds  ] 10                                   [Time  ] 4:50
  2689.  
  2690. VideoTracker: "I WIll Trance U", relaxed video. Part 1/2
  2691.  
  2692. [Filename] VTTRANC2.DMS                         [File 12 VAN 21] [FREE]
  2693. [Size    ] 568743                               [Tue 16 Nov 93 16:12]
  2694. [Dwnlds  ] 10                                   [Time  ] 7:18
  2695.  
  2696. VideoTracker: "I Will Trance U", part 2/2.
  2697.  
  2698. [Filename] VTCAMEL.DMS                          [File 13 VAN 21] [FREE]
  2699. [Size    ] 364805                               [Thu  6 Jan 94 20:58]
  2700. [Dwnlds  ] 13                                   [Time  ] 4:41
  2701.  
  2702. VideoTracker: "Camel" video.
  2703. 1meg chip, new animation-routine.
  2704.  
  2705. [Filename] VTCAOTIC.DMS                         [File 14 VAN 21] [FREE]
  2706. [Size    ] 598386                               [Thu  6 Jan 94 21:04]
  2707. [Dwnlds  ] 10                                   [Time  ] 7:41
  2708.  
  2709. VideoTracker: "Caotic" video.
  2710. 1meg chip, 2 versions: OCS & AGA !
  2711.  
  2712. [Filename] VTBONZAI.DMS                         [File 15 VAN 21] [FREE]
  2713. [Size    ] 387787                               [Fri 25 Feb 94 22:43]
  2714. [Dwnlds  ] 13                                   [Time  ] 4:59
  2715.  
  2716. Video: "Bonzai", excellent AGA video ! TATATATAA !!!!
  2717.  
  2718. [Filename] VTWOMEN.DMS                          [File 16 VAN 21] [FREE]
  2719. [Size    ] 862927                               [Tue 12 Apr 94 17:15]
  2720. [Dwnlds  ] 11                                   [Time  ] 11:05
  2721.  
  2722. "Women" video, AGA
  2723.  
  2724. [Filename] VTUTIL2.DMS                          [File 17 VAN 21] [FREE]
  2725. [Size    ] 583632                               [Fri 10 Jun 94 21:39]
  2726. [Dwnlds  ] 4                                    [Time  ] 7:30
  2727.  
  2728. VT Utilities 2 PD Contains:
  2729. Titanics Cruncher, Graphics Ripper, Tree 4D,
  2730. Mand2000D, Spirodraw02, Plasma, Demmer,
  2731. Scenery, TreeGrow, Mostra
  2732.  
  2733. [Filename] VTMAIN19.INF                         [File 18 VAN 21] [FREE]
  2734. [Size    ] 5455                                 [Tue  5 Jul 94 17:09]
  2735. [Dwnlds  ] 1                                    [Time  ] 0:04
  2736.  
  2737. Info about the VideoTracker v1.99 update
  2738.  
  2739. [Filename] VTMAIN19.DMS                         [File 19 VAN 21] [FREE]
  2740. [Size    ] 621365                               [Tue  5 Jul 94 17:16]
  2741. [Dwnlds  ] 1                                    [Time  ] 7:59
  2742.  
  2743. VideoTracker v1.99 demoversion, released for beta-testing.
  2744. The v2.0 update will soon be send to all registered users.
  2745.  
  2746. [Filename] VTROUT14.LHA                         [File 20 VAN 21] [FREE]
  2747. [Size    ] 258230                               [Tue  5 Jul 94 17:20]
  2748. [Dwnlds  ] 0                                    [Time  ] 3:19
  2749.  
  2750. All routines for VideoTracker v1.42, The CU Amiga June 94 release.
  2751.  
  2752. [Filename] VTDEVE19.DMS                         [File 21 VAN 21] [FREE]
  2753. [Size    ] 852717                               [Tue  5 Jul 94 17:29]
  2754. [Dwnlds  ] 0                                    [Time  ] 10:57
  2755.  
  2756. VideoTracker v1.99 Developer Kit, with all routinesources, also
  2757. incbins, includes.
  2758.  
  2759. ============================================================================
  2760.               VideoTracker on Aminet:
  2761. ============================================================================
  2762.  
  2763. Current VideoTracker files on Aminet:
  2764.  
  2765. FILE NAME
  2766.  
  2767.    Aminet 5 CD:
  2768.  
  2769. Etermad1.lha      demo/par94 492K+AGA Demo (VideoTracker v2.0)
  2770. Etermad2.lha      demo/par94 865K+AGA Demo (VideoTracker v2.0)
  2771.  
  2772.    Aminet 4 CD:
  2773.  
  2774. Videotracker2.lha gfx/misc 395K Let graphics react to music, v2.0
  2775. justice9.lha      demo/aga 767K A1200 only demo, (VideoTracker v1.42)
  2776.  
  2777.    Aminet 3 CD:
  2778.  
  2779. VTBonzai_AGA.lha  gfx/misc 449K+Bonzai AGA video + VideoTracker v1.34
  2780. vtmain10.lha      gfx/edit 281K+VideoTracker English v1.0 main disk.
  2781. vtblerk.lha       gfx/edit 409K+VT example video (anims/vectors)
  2782. vtdevel1.lha      gfx/edit 229K+VT developer kit with asm sources.
  2783. vtgabber.lha      gfx/edit 343K+Big "Gabber" video with animations.
  2784. vtobject.lha      gfx/edit 123K+VT blitter object videos
  2785. vtrave.lha        gfx/edit 508K+Hardcore video with magnify and scale.
  2786. vtscroll.lha      gfx/edit 184K+VT scrolling & fonts videos
  2787. vttechno.lha      gfx/edit 158K+2 videos for 512k & 1meg chipmem.
  2788. vttranc1.lha      gfx/edit 359K+Trancy VT video, disk 1
  2789. vttranc2.lha      gfx/edit 536K+trancy VT video, disk 2
  2790. vtutil1.lha       gfx/edit 506K+VideoTracker PD utilities 1.
  2791. vtutil2.lha       gfx/edit 394K+VideoTracker PD utilities 2.
  2792. vtvector.lha      gfx/edit 104K+VT vector videos
  2793. vtzap.lha         gfx/edit 226K+A video with a vector-balls animation. 
  2794.  
  2795. ============================================================================
  2796.                  History:
  2797. ============================================================================
  2798.  
  2799. VideoTracker
  2800. v1.0    3-10-93
  2801.     The first release.
  2802.  
  2803. v1.3    6-1-94
  2804.     The second release.
  2805.     -The cache-off routine has been removed, animations and 3D routines
  2806.      are now about 2 times faster on an A1200.
  2807.     -The gadgets-bug in the Guideline-version on Kick 3.0 is fixed.
  2808.     -VBR support.
  2809.     -IMPORTANT: Some routines are improved.
  2810.      When you install a video, older versions of the routines may be on
  2811.      that video-disk.
  2812.      On the VideoTracker-update, ALL routines are included !
  2813.      When you re-install your update-disk after installing the video,
  2814.      the newer routines will be copied over the older routines.
  2815.  
  2816. v1.4    22-3-94
  2817.     The third official update.
  2818.         - The "load video" gives a Continue/Retry/Cancel when something goes
  2819.           wrong.
  2820.         - The "cancel error" window is removed.
  2821.         - No more lock-up when VideoTrackers can't find the "VideoTracker:"
  2822.           device.
  2823.         - The routinemode can now be entered with the keyboard.
  2824.         - Some tiny bugs removed.
  2825.         - The musicplayers are now on disk, you can use Octamed-modules.
  2826.         - All the OCS routines are converted to AGA, but the overscan lo-res
  2827.           pictures are not compatible, due to the maximum "fetchmode", which
  2828.           gives more processor-time.
  2829.           (Look at the AGA videos how to solve this)
  2830.         - There are 4 new routines, used in the Bonzai video.
  2831.         - The HD-installer is improved and can unpack LHA'd videos.
  2832.  
  2833. v2.0    18-7-94
  2834.     The fourth official update.
  2835.     - Much better use of fastmem, all routines are rewritten for this.
  2836.     - No enforcer-hits from VideoTracker and the routines, I hope all
  2837.       problems on 4000/40 are over now, there were many like bad
  2838.       moduleplaying, coppermagnify routine lockup, routine slow down.
  2839.     - Programmed and debugged on 68030/28mhz, 68882/28mhz, MMU, 4meg
  2840.       fast.
  2841.         - Read the news-file for more info.
  2842.         
  2843. ============================================================================
  2844.                  About:
  2845. ============================================================================
  2846.  
  2847.         VideoTracker by: Peter van Campen    (RattleHead/Creator)
  2848.             Routines by: Peter van Campen    (RattleHead/Creator)
  2849.                      Roger Heykoop
  2850.              Modules by: Dick Jansen
  2851.                       Robert Kersbergen    (Killraven/Creator)
  2852.                       Joost Vreeken        (DinDee/Creator)
  2853.                       Mathijs Chilling
  2854.                       Peter van Campen    (RattleHead/Creator)
  2855.             Graphics by: Martin Panbakker (Ford Fairlane/Creator)
  2856.                      Peter van Campen    (RattleHead/Creator)
  2857.                      Roger Heykoop
  2858.                      Dick Jansen
  2859.                      Maarten Kreuger
  2860.                      Peter van Burgh
  2861.                  D.J. Harrigan
  2862.            Hints & Tips: Roger Heykoop
  2863.                     Jaap Bleumink
  2864.                     Martijn Thieme
  2865.             Testing: Mike Rooze
  2866.                  Martin Panbakker (Ford Fairlane/Creator)                 Martijn Thieme
  2867.                  Peter van Campen    (RattleHead/Creator)
  2868.                  Roger Heykoop
  2869.  
  2870.  
  2871. To register send 50 dollars, 75 german marks, 30 english pounds or
  2872. 80 dutch guilders AND your telephone-number and real name to:
  2873.  
  2874. Peter van Campen
  2875. Tuinstraat 17
  2876. 1944 VT Beverwijk
  2877. The Netherlands
  2878.  
  2879. NO P.O. boxes !
  2880. Bank: Postbank 5739358 P.J. van Campen Jr.
  2881.  
  2882. You will get:
  2883.  1 disk with VideoTracker with working "Save Video" and "Save Vidule"
  2884.    option.
  2885. 16 disks with all videos (LHA-archived).
  2886.  2 disks with PD utilities.
  2887.  1 disk with the Routine Developer Kit, with example-sources.
  2888.  Send with registered mail, within 24 hours of receiving.
  2889.  4 free updates.
  2890.  
  2891. Crackers can be tracked down through routine-shuffled assembling !
  2892.  
  2893.  
  2894. Note:
  2895. - I answer all letters/requests, but include money or a disk as
  2896.   payment for stamps.
  2897. - Self-adressed envellopes can't be send out of The Netherlands
  2898.   with a foreign stamp on it. I mail these enveloppes but I'm not
  2899.   sure if they'll reach you.
  2900. - Foreign cheques are useless: the banks ask about 10 dollars to
  2901.   cash them.
  2902.   Dollars or disks are the best way to pay.
  2903.  
  2904.  
  2905. Digital mail:
  2906.  
  2907. Handle: "Peter van Campen"
  2908. Internet: PV.Campen@inter.nl.net
  2909.           peter@aobh.xs4all.nl
  2910.           peter_van_campen@f130.n1017.z60.pvcampen.wlink.nl
  2911. Fido: 2:280/127.5
  2912.  
  2913. BBS "The Red Dwarf" 2400-14400 v32bis:
  2914.  
  2915. For people inside The Netherlands:
  2916. 02510-47830 (After 10-10-95: 0251247830)
  2917.  
  2918. For people outside The Netherlands:
  2919. +31-2510-47830 (After 10-10-95: +31-251247830)
  2920.  
  2921. Enter the "Free Files" section at the first menu, then you don't have
  2922. to enter your name, password, etc.
  2923.  
  2924. File-Area: 70: "VideoTracker Support"
  2925. Unregistered updates, documents, previews, videos, vidules etc. from
  2926. the developers of VideoTracker. (The Creator group)
  2927. Free download !
  2928.  
  2929. File-Area: 69: "VideoTracker Extra"
  2930. Videos, vidules, modules, and graphics from registered VideoTracker users
  2931. Free download !
  2932.  
  2933. You can order the following Public Domain disks at 2 dollars a disk
  2934. or download them from the support-BBS.
  2935. You also can order all these disks + the latest VideoTracker demoversion
  2936. for $20 dollars, the videos are archived in this case, reducing 18 disks
  2937. to 12 disks.
  2938.  
  2939. "VideoTracker Women" 1 disk.
  2940.     An erotic AGA-only video for women, with hardcore music.
  2941.  
  2942. "VideoTracker Bonzai" 1 disk.
  2943.     The first AGA-only video with high quality graphics, samples and
  2944.     routines.
  2945.  
  2946. "VideoTracker Caotic" 1 disk.
  2947.     A fast video with cartoon-like pictures and funny animations.
  2948.     There are 2 versions on this disk: Normal & AGA.
  2949.  
  2950. "VideoTracker Camel" 1 disk.
  2951.     A video wich shows nice effects with the CopperPicture
  2952.     routine.
  2953.  
  2954. "VideoTracker Real Nightmare" 1 disk.
  2955.     A mega-big Underground GabberHouse video which will need
  2956.     2mb chipmem.
  2957.     It's 8 minutes long, and reaches 400bpm.
  2958.     This one is also very cool, it shows dual playfield effects like
  2959.     2 8-color animations at the same time on screen, and more.
  2960.     Very flashy.
  2961.  
  2962. "VideoTracker I Will Trance U" 2 disks.
  2963.     A relaxed trance video which will need 2mb chipmem.
  2964.     It's 4 minutes long, it shows a 21 frame mandelbrot-animation
  2965.     in seperate brushes to zoom very fast, and more.
  2966.  
  2967. "VideoTracker Techno" 1 disk.
  2968.     Contains 2 house-videos, a 512k and a 1mb version,
  2969.     that demonstrate nice VideoTracker effects. 120bpm
  2970.  
  2971. "VideoTracker Gabberuh!" 1 disk.
  2972.     A mega-big GabberHouse video which will need
  2973.     1mb chipmem + 1mb publicmem.
  2974.     It's 6 minutes long, and reaches 240bpm.
  2975.     This one is really cool ! Very flashy.
  2976.  
  2977. "VideoTracker Blerk" 1 disk.
  2978.     A relaxed video with Beavis & Butthead cartoon and
  2979.     SpaceBalls alike vector-animations.
  2980.     Needs 1mb chipmem + 1mb publicmem.
  2981.  
  2982. "VideoTracker Zap" 1 disk.
  2983.     Contains "Zap", demonstrates morphing vector-balls
  2984.     and other nice vector-balls effects.
  2985.     Works on 512k chipmem.
  2986.  
  2987. "VideoTracker Scroll Examples" 1 disk.
  2988.     Contains example-videos that use the scroll-routines.
  2989.  
  2990. "VideoTracker Object Examples" 1 disk.
  2991.     Contains example-videos that use the object-routines.
  2992.  
  2993. "VideoTracker Vector Examples" 1 disk.
  2994.     Contains example-videos that use the vector-routines and
  2995.     the rest of the routines.
  2996.  
  2997. "VideoTracker Utilities 1" 1 disk.
  2998.     Look at the "Demo Vidules Info" to see what's on this disk.
  2999.  
  3000. "VideoTracker Utilities 2" 1 disk.
  3001.     Look at the "Demo Vidules Info" to see what's on this disk.
  3002.  
  3003. "VideoTracker Developer Kit" 1 disk.
  3004.     Contains the current routine-sources with comments so, when
  3005.     you're a coder, you can make your own VideoTracker routine-files.
  3006.  
  3007.  
  3008. VideoTracker is programmed on:
  3009. A600HD           2M   chip    0K fast  PAL        Kick v2.0 
  3010. A1200HD           2M   chip     0K fast  PAL        Kick v3.0
  3011. A1200HD 030/882       2M   chip     4K fast  PAL        Kick v3.0
  3012.  
  3013. It has been regular tested on:
  3014. A600HD           2M   chip    0K fast  PAL        Kick v2.0 
  3015. A1200HD           2M   chip     0K fast  PAL        Kick v1.3 Emulate
  3016. A1200HD           2M   chip     0K fast  PAL        Kick v2.0 Emulate
  3017. A1200HD           2M   chip     0K fast  NTSC Emulate    Kick v1.3 Emulate
  3018. A1200HD           2M   chip     0K fast  MTSC Emulate    Kick v2.0 Emulate
  3019. A1200HD           2M   chip     0K fast  NTSC Emulate    Kick v3.0
  3020.  
  3021. A500HD Genlock     1M   chip    4K fast  PAL        Kick v2.0
  3022. A500HD 030/882     1M   chip    4K fast  PAL        Kick v2.0
  3023. A2000HD 030/882    1M   chip    4K fast  PAL        Kick v2.0
  3024. A3000HD 030/882    2M   chip    16K fast PAL        Kick v2.0
  3025.  
  3026. It should work on all configurations.
  3027.